aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-11-09 09:34:41 +0100
committerselsta <selsta@sent.at>2020-11-09 15:37:46 +0100
commit19a6f399f36fc8e137aff9272a6814fc3f457dae (patch)
tree8f9dfa39a1d8c1ec0775b703c6081fa42d4ea2e1 /src
parent158e0c3523470d629660ee4642ad3f431cea4552 (diff)
downloadmonzero-gui-19a6f399f36fc8e137aff9272a6814fc3f457dae.tar.gz
monzero-gui-19a6f399f36fc8e137aff9272a6814fc3f457dae.tar.xz
monzero-gui-19a6f399f36fc8e137aff9272a6814fc3f457dae.zip
Revert "docker: Linux - use Qt 5.15.2"
This reverts commit 1adf58793fec27346df8fc1e2e3954875fdc8a42.
Diffstat (limited to 'src')
-rw-r--r--src/main/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index 8a619b84..bc8f00a9 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -108,10 +108,6 @@ Q_IMPORT_PLUGIN(QTgaPlugin)
Q_IMPORT_PLUGIN(QTiffPlugin)
Q_IMPORT_PLUGIN(QWbmpPlugin)
Q_IMPORT_PLUGIN(QWebpPlugin)
-
-#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
-Q_IMPORT_PLUGIN(QtQmlPlugin)
-#endif
Q_IMPORT_PLUGIN(QQmlDebuggerServiceFactory)
Q_IMPORT_PLUGIN(QQmlInspectorServiceFactory)
Q_IMPORT_PLUGIN(QLocalClientConnectionFactory)