aboutsummaryrefslogtreecommitdiff
path: root/src/main/main.cpp
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-06-21 00:08:37 +0000
committerxiphon <xiphon@protonmail.com>2020-06-21 02:03:26 +0000
commite1e862bce49467e0cafb18c837eeecb7fd505bb4 (patch)
tree059a08c8d5e3eca6c3b3bbbe56fc6f4dfcfd01c7 /src/main/main.cpp
parent0b2e74cdb57c16e0036f390d30008f3046d0b28c (diff)
downloadmonzero-gui-e1e862bce49467e0cafb18c837eeecb7fd505bb4.tar.gz
monzero-gui-e1e862bce49467e0cafb18c837eeecb7fd505bb4.tar.xz
monzero-gui-e1e862bce49467e0cafb18c837eeecb7fd505bb4.zip
cmake: implement Linux 'release-static' build target
Diffstat (limited to 'src/main/main.cpp')
-rw-r--r--src/main/main.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index 5774e686..0708170a 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -94,11 +94,8 @@
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin);
#endif
Q_IMPORT_PLUGIN(QSvgIconPlugin)
-Q_IMPORT_PLUGIN(QGifPlugin)
Q_IMPORT_PLUGIN(QICNSPlugin)
-Q_IMPORT_PLUGIN(QICOPlugin)
Q_IMPORT_PLUGIN(QJpegPlugin)
-Q_IMPORT_PLUGIN(QMngPlugin)
Q_IMPORT_PLUGIN(QSvgPlugin)
Q_IMPORT_PLUGIN(QTgaPlugin)
Q_IMPORT_PLUGIN(QTiffPlugin)
@@ -130,7 +127,9 @@ Q_IMPORT_PLUGIN(QtQuick2PrivateWidgetsPlugin)
Q_IMPORT_PLUGIN(QtQuickControls2Plugin)
Q_IMPORT_PLUGIN(QtQuickTemplates2Plugin)
Q_IMPORT_PLUGIN(QmlXmlListModelPlugin)
+#ifdef WITH_SCANNER
Q_IMPORT_PLUGIN(QMultimediaDeclarativeModule)
+#endif
#endif