diff options
| author | xiphon <xiphon@protonmail.com> | 2020-11-11 00:42:54 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-11-12 13:51:36 +0000 |
| commit | ff201af778a01c98b3356b0d6bcedf216882fdbe (patch) | |
| tree | 1cc20a9b4eba0943968ef80a597d873008b983c7 /src | |
| parent | 6fce5c7a848b770fbfa72f7b45e2d66e13acde22 (diff) | |
| download | monzero-gui-ff201af778a01c98b3356b0d6bcedf216882fdbe.tar.gz monzero-gui-ff201af778a01c98b3356b0d6bcedf216882fdbe.tar.xz monzero-gui-ff201af778a01c98b3356b0d6bcedf216882fdbe.zip | |
docker: Linux - use Qt 5.15.2
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/main.cpp | 3 |
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) |
