aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel/xmllistmodel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/xmllistmodel/xmllistmodel.pro')
-rw-r--r--src/imports/xmllistmodel/xmllistmodel.pro10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/imports/xmllistmodel/xmllistmodel.pro b/src/imports/xmllistmodel/xmllistmodel.pro
index 8c056e8448..09d5666919 100644
--- a/src/imports/xmllistmodel/xmllistmodel.pro
+++ b/src/imports/xmllistmodel/xmllistmodel.pro
@@ -1,16 +1,10 @@
+CXX_MODULE = qml
TARGET = qmlxmllistmodelplugin
TARGETPATH = QtQuick/XmlListModel
-include(../qimportbase.pri)
QT += network qml xmlpatterns qml-private v8-private core-private
SOURCES += qqmlxmllistmodel.cpp plugin.cpp
HEADERS += qqmlxmllistmodel_p.h
-DESTDIR = $$QT.qml.imports/$$TARGETPATH
-target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
-
-qmldir.files += $$PWD/qmldir
-qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
-
-INSTALLS += target qmldir \ No newline at end of file
+load(qml_plugin)