aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/models/models.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/models/models.pro')
-rw-r--r--src/imports/models/models.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/imports/models/models.pro b/src/imports/models/models.pro
new file mode 100644
index 0000000000..e96d4b9a44
--- /dev/null
+++ b/src/imports/models/models.pro
@@ -0,0 +1,11 @@
+CXX_MODULE = qml
+TARGET = modelsplugin
+TARGETPATH = QtQml/Models.2
+IMPORT_VERSION = 2.1
+
+SOURCES += \
+ plugin.cpp
+
+QT += qml-private
+
+load(qml_plugin)