#ifdef Q_OS_LINUX
//your code
#endif
#ifdef Q_OS_WIN
//your code
#endif
Qt 官方参考:http://doc.qt.io/qt-5/qtglobal.html#Q_OS_WIN
#ifdef Q_OS_LINUX
//your code
#endif
#ifdef Q_OS_WIN
//your code
#endif
Qt 官方参考:http://doc.qt.io/qt-5/qtglobal.html#Q_OS_WIN