diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-11-24 11:34:38 -0800 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-11-24 11:34:39 -0800 |
| commit | abfaac977206ba69439527c7b9b19dbf75f00354 (patch) | |
| tree | b836aa58856e9f77839ed0733949854dc0e38e2e /src/main/main.cpp | |
| parent | 28e6558a4836aaa9c231ce8b3abfbfe2d80e5899 (diff) | |
| parent | ff201af778a01c98b3356b0d6bcedf216882fdbe (diff) | |
| download | monzero-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/main/main.cpp')
| -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) |
