aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qtqml/qtqml.pro
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-11-18 16:15:01 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2019-11-25 15:34:40 +0100
commitf1f395b37da163bce2dc3b5fc4e298bb4f56a3e7 (patch)
tree9ce2ba89a86ed754a8ecb8f52181770853e21a08 /src/imports/qtqml/qtqml.pro
parentba494aaa24defe1401f621b791891e696b308756 (diff)
parent0ee087f5a5edd7d1aa39fd15e0dc85985320c09a (diff)
Merge remote-tracking branch 'origin/dev' into wip/cmake
Diffstat (limited to 'src/imports/qtqml/qtqml.pro')
-rw-r--r--src/imports/qtqml/qtqml.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/imports/qtqml/qtqml.pro b/src/imports/qtqml/qtqml.pro
index 7a5169b8fc..902f0b1247 100644
--- a/src/imports/qtqml/qtqml.pro
+++ b/src/imports/qtqml/qtqml.pro
@@ -9,4 +9,15 @@ SOURCES += \
# In Qt6 we won't need qmlmodels-private here
QT = qml-private qmlmodels-private
+DYNAMIC_QMLDIR = \
+ "module QtQml" \
+ "plugin qmlplugin" \
+ "classname QtQmlPlugin" \
+ "typeinfo plugins.qmltypes" \
+ "designersupported" \
+ "import QtQml.Models"
+
+qtConfig(qml-worker-script): DYNAMIC_QMLDIR += \
+ "import QtQml.WorkerScript"
+
load(qml_plugin)