We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a76dcd commit e88315fCopy full SHA for e88315f
main.cpp
@@ -1,5 +1,7 @@
1
-#if Q_OS_LINUX
2
-#include <QApplication>
+#include <QtGlobal>
+
3
+#ifdef Q_OS_LINUX
4
+ #include <QApplication>
5
#endif
6
7
#include <QGuiApplication>
0 commit comments