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, 0 insertions, 11 deletions
diff --git a/src/imports/models/models.pro b/src/imports/models/models.pro
deleted file mode 100644
index fc87533cea..0000000000
--- a/src/imports/models/models.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CXX_MODULE = qml
-TARGET = modelsplugin
-TARGETPATH = QtQml/Models.2
-IMPORT_VERSION = 2.$$QT_MINOR_VERSION
-
-SOURCES += \
- plugin.cpp
-
-QT = qml-private
-
-load(qml_plugin)