From ff201af778a01c98b3356b0d6bcedf216882fdbe Mon Sep 17 00:00:00 2001 From: xiphon Date: Wed, 11 Nov 2020 00:42:54 +0000 Subject: docker: Linux - use Qt 5.15.2 --- src/main/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main') 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) -- cgit v1.2.3