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

QT = core-private qml-private

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

CONFIG += qmltypes install_qmltypes
load(qml_plugin)