aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/folderlistmodel/folderlistmodel.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-09 18:49:37 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-11 21:23:59 +0200
commitd8f65b5924b4cfb4db04f6b913cc3728f26d559a (patch)
tree649c5bd4d199eeb3f829b3006893209bc5c1c78a /src/imports/folderlistmodel/folderlistmodel.pro
parent694f783e1b0299d5d74d871ba33d5a1d9ab3452e (diff)
use centralized qml plugin project handling
Change-Id: I27b773b042560d3a95d943ad942e84d9aaeeba40 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src/imports/folderlistmodel/folderlistmodel.pro')
-rw-r--r--src/imports/folderlistmodel/folderlistmodel.pro10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/imports/folderlistmodel/folderlistmodel.pro b/src/imports/folderlistmodel/folderlistmodel.pro
index f30c2b2097..400484b9b5 100644
--- a/src/imports/folderlistmodel/folderlistmodel.pro
+++ b/src/imports/folderlistmodel/folderlistmodel.pro
@@ -1,6 +1,6 @@
+CXX_MODULE = qml
TARGET = qmlfolderlistmodelplugin
TARGETPATH = Qt/labs/folderlistmodel
-include(../qimportbase.pri)
QT += core-private qml qml-private v8-private
@@ -10,10 +10,4 @@ HEADERS += qquickfolderlistmodel.h \
fileproperty_p.h \
fileinfothread_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
+load(qml_plugin)