aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-11-06 05:08:39 -0800
committerAlexander Blair <snipa@jagtech.io>2020-11-06 05:08:40 -0800
commit2bb6da5f091ebf2c9f30139e4e97dbc4d53f82e7 (patch)
treea51f8107daae0a524b113545b03dc5ae5cda34c5 /src
parent11370c50eb013c5f4f327e106829157804f4bbed (diff)
parent1adf58793fec27346df8fc1e2e3954875fdc8a42 (diff)
downloadmonzero-gui-2bb6da5f091ebf2c9f30139e4e97dbc4d53f82e7.tar.gz
monzero-gui-2bb6da5f091ebf2c9f30139e4e97dbc4d53f82e7.tar.xz
monzero-gui-2bb6da5f091ebf2c9f30139e4e97dbc4d53f82e7.zip
Merge pull request #3201
1adf5879 docker: Linux - use Qt 5.15.2 (xiphon)
Diffstat (limited to 'src')
-rw-r--r--src/main/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index 975b42cf..180ac0c9 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -108,6 +108,10 @@ 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)