diff options
| author | xiphon <xiphon@protonmail.com> | 2019-11-28 12:05:07 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-12-09 14:03:24 +0000 |
| commit | 17ea26e02a925059f61bd35b8c90340d4eefadda (patch) | |
| tree | 0157d1757a84367095fc657cedb0ca187b950f3f /src/main/main.cpp | |
| parent | 1cee81b99604b1a7fa6683f18141709e3a1056ba (diff) | |
| download | monzero-gui-17ea26e02a925059f61bd35b8c90340d4eefadda.tar.gz monzero-gui-17ea26e02a925059f61bd35b8c90340d4eefadda.tar.xz monzero-gui-17ea26e02a925059f61bd35b8c90340d4eefadda.zip | |
build: fix monero-wallet-gui.pro source paths, rm qml.qrc duplicate
Diffstat (limited to 'src/main/main.cpp')
| -rw-r--r-- | src/main/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index 3a9eb014..138c2889 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -78,6 +78,8 @@ #include "QR-Code-scanner/QrCodeScanner.h" #endif +#ifdef MONERO_GUI_STATIC + #include <QtPlugin> #if defined(Q_OS_OSX) Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin); @@ -126,6 +128,8 @@ Q_IMPORT_PLUGIN(QtQuickTemplates2Plugin) Q_IMPORT_PLUGIN(QmlXmlListModelPlugin) Q_IMPORT_PLUGIN(QMultimediaDeclarativeModule) +#endif + bool isIOS = false; bool isAndroid = false; bool isWindows = false; |
