diff options
Diffstat (limited to 'src/main/main.cpp')
| -rw-r--r-- | src/main/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index b4e1fe42..10cf5a73 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -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) |
