From 1adf58793fec27346df8fc1e2e3954875fdc8a42 Mon Sep 17 00:00:00 2001 From: xiphon Date: Tue, 27 Oct 2020 11:49:38 +0000 Subject: docker: Linux - use Qt 5.15.2 --- src/main/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/main.cpp') 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) -- cgit v1.2.3