aboutsummaryrefslogtreecommitdiff
path: root/src/main/main.cpp
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-11-09 11:35:15 -0600
committerluigi1111 <luigi1111w@gmail.com>2020-11-09 11:35:15 -0600
commitcaa273afeac2a300a8d05d2f8cd7f8f8b923c27b (patch)
tree8da63c00eef0731e43638c3482f183d34d56616c /src/main/main.cpp
parentd58ce3f599cda9a3b2c7e1959a007572d3301c18 (diff)
parent19a6f399f36fc8e137aff9272a6814fc3f457dae (diff)
downloadmonzero-gui-caa273afeac2a300a8d05d2f8cd7f8f8b923c27b.tar.gz
monzero-gui-caa273afeac2a300a8d05d2f8cd7f8f8b923c27b.tar.xz
monzero-gui-caa273afeac2a300a8d05d2f8cd7f8f8b923c27b.zip
Merge pull request #3221
19a6f39 Revert 'docker: Linux - use Qt 5.15.2' (selsta)
Diffstat (limited to 'src/main/main.cpp')
-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)