aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-11-24 11:34:38 -0800
committerAlexander Blair <snipa@jagtech.io>2020-11-24 11:34:39 -0800
commitabfaac977206ba69439527c7b9b19dbf75f00354 (patch)
treeb836aa58856e9f77839ed0733949854dc0e38e2e /src
parent28e6558a4836aaa9c231ce8b3abfbfe2d80e5899 (diff)
parentff201af778a01c98b3356b0d6bcedf216882fdbe (diff)
downloadmonzero-gui-abfaac977206ba69439527c7b9b19dbf75f00354.tar.gz
monzero-gui-abfaac977206ba69439527c7b9b19dbf75f00354.tar.xz
monzero-gui-abfaac977206ba69439527c7b9b19dbf75f00354.zip
Merge pull request #3227
ff201af7 docker: Linux - use Qt 5.15.2 (xiphon)
Diffstat (limited to 'src')
-rw-r--r--src/main/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index bc8f00a9..4035e194 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -120,6 +120,9 @@ Q_IMPORT_PLUGIN(QQmlDebugServerFactory)
Q_IMPORT_PLUGIN(QTcpServerConnectionFactory)
Q_IMPORT_PLUGIN(QGenericEnginePlugin)
+#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
+Q_IMPORT_PLUGIN(QtQmlPlugin)
+#endif
Q_IMPORT_PLUGIN(QtQuick2Plugin)
Q_IMPORT_PLUGIN(QtQuickLayoutsPlugin)
Q_IMPORT_PLUGIN(QtGraphicalEffectsPlugin)