From 17ea26e02a925059f61bd35b8c90340d4eefadda Mon Sep 17 00:00:00 2001 From: xiphon Date: Thu, 28 Nov 2019 12:05:07 +0000 Subject: build: fix monero-wallet-gui.pro source paths, rm qml.qrc duplicate --- src/main/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/main.cpp') 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 #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; -- cgit v1.2.3