summaryrefslogtreecommitdiffstats
path: root/src/imports/folderlistmodel/folderlistmodel.pro
blob: 526417ede120f8f4751462a9c4e1fded78d6eabc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET  = qmlfolderlistmodelplugin
TARGETPATH = QtQuick1/Qt/labs/folderlistmodel
include(../qimportbase.pri)

QT += widgets quick1 script

SOURCES += qdeclarativefolderlistmodel.cpp plugin.cpp
HEADERS += qdeclarativefolderlistmodel.h

OTHER_FILES += folderlistmodel.json

DESTDIR = $$QT.quick1.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

qmldir.files += $$PWD/qmldir
qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

INSTALLS += target qmldir