blob: fd05653879facbb2ea2e0d97b4399d4552dfd5ab [file] [log] [blame]
CXX_MODULE = qml
TARGET = qmlfolderlistmodelplugin
TARGETPATH = Qt/labs/folderlistmodel
IMPORT_VERSION = 2.$$QT_MINOR_VERSION
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)