mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-12 17:42:39 +02:00
plugin fix
This commit is contained in:
parent
37db15b5a3
commit
8473acacee
1 changed files with 6 additions and 1 deletions
|
@ -3,8 +3,13 @@
|
|||
#include "LauncherWindow.h"
|
||||
#include "Launcher.h"
|
||||
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
|
||||
#elif defined(Q_OS_MACOS)
|
||||
Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin);
|
||||
//Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
|
||||
#endif
|
||||
|
||||
Q_IMPORT_PLUGIN(QtQuick2Plugin);
|
||||
Q_IMPORT_PLUGIN(QtQuickControls2Plugin);
|
||||
Q_IMPORT_PLUGIN(QtQuickTemplates2Plugin);
|
||||
|
|
Loading…
Reference in a new issue