aboutsummaryrefslogtreecommitdiff
path: root/src/main/main.cpp
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-10-27 11:49:38 +0000
committerxiphon <xiphon@protonmail.com>2020-10-30 22:20:35 +0000
commit1adf58793fec27346df8fc1e2e3954875fdc8a42 (patch)
tree6c0de8c2ad24214c1a9d310f92a59a795bb41397 /src/main/main.cpp
parent04429e85e6ccedee455eaf3b3b50fbecc6d9a083 (diff)
downloadmonzero-gui-1adf58793fec27346df8fc1e2e3954875fdc8a42.tar.gz
monzero-gui-1adf58793fec27346df8fc1e2e3954875fdc8a42.tar.xz
monzero-gui-1adf58793fec27346df8fc1e2e3954875fdc8a42.zip
docker: Linux - use Qt 5.15.2
Diffstat (limited to 'src/main/main.cpp')
-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)