aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/folderlistmodel/folderlistmodel.pro
blob: 08a506134f8d5a11e1c4232b11bb52126386e7cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CXX_MODULE = qml
TARGET  = qmlfolderlistmodelplugin
TARGETPATH = Qt/labs/folderlistmodel
IMPORT_VERSION = 2.0

QT += core-private qml qml-private v8-private

SOURCES += qquickfolderlistmodel.cpp plugin.cpp \
    fileinfothread.cpp
HEADERS += qquickfolderlistmodel.h \
    fileproperty_p.h \
    fileinfothread_p.h

load(qml_plugin)