aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-06-24 13:10:35 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-06-24 13:10:35 -0500
commitc978027933e036bcdf32ce6a7b07c779e2cbb18c (patch)
tree8ccf05400e7c3083851e3f996aa9d8881be59548 /src/main
parent9deec4dad02e0af154a0ce6fc00265ab07102df7 (diff)
parente1e862bce49467e0cafb18c837eeecb7fd505bb4 (diff)
downloadmonzero-gui-c978027933e036bcdf32ce6a7b07c779e2cbb18c.tar.gz
monzero-gui-c978027933e036bcdf32ce6a7b07c779e2cbb18c.tar.xz
monzero-gui-c978027933e036bcdf32ce6a7b07c779e2cbb18c.zip
Merge pull request #2964
e1e862b cmake: implement Linux 'release-static' build target (xiphon)
Diffstat (limited to 'src/main')
-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 b63605d1..86c64304 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -95,11 +95,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)
@@ -131,7 +128,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