docker: build with QtQmlModels plugin

This commit is contained in:
xiphon
2021-04-06 18:03:05 +00:00
parent b3dace6b45
commit 76b0b6013a
2 changed files with 3 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ Q_IMPORT_PLUGIN(QGenericEnginePlugin)
#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
Q_IMPORT_PLUGIN(QtQmlPlugin)
#endif
Q_IMPORT_PLUGIN(QtQmlModelsPlugin)
Q_IMPORT_PLUGIN(QtQuick2Plugin)
Q_IMPORT_PLUGIN(QtQuickLayoutsPlugin)
Q_IMPORT_PLUGIN(QtGraphicalEffectsPlugin)