Johannes Kreutz 3 éve
szülő
commit
5ea664fd82
1 módosított fájl, 4 hozzáadás és 1 törlés
  1. 4 1
      trackpoint-app/src/main.cpp

+ 4 - 1
trackpoint-app/src/main.cpp

@@ -1,7 +1,10 @@
 #include <QApplication>
 #include <QSurfaceFormat>
 
-//#include <QtPlugin>
+#ifdef INCLUDE_PLUGINS
+#include <QtPlugin>
+Q_IMPORT_PLUGIN (QXcbIntegrationPlugin);
+#endif
 
 #include "MainWindow.hpp"