blob: 13468348cb0d043e903d1c4e848e9c5a081e1e02 [file] [log] [blame]
CXX_MODULE = qml
TARGET = labsmodelsplugin
TARGETPATH = Qt/labs/qmlmodels
IMPORT_VERSION = 1.0
QT = qml-private qmlmodels-private
SOURCES += \
plugin.cpp
qtConfig(qml-table-model) {
SOURCES += \
$$PWD/qqmltablemodel.cpp \
$$PWD/qqmltablemodelcolumn.cpp
HEADERS += \
$$PWD/qqmltablemodel_p.h \
$$PWD/qqmltablemodelcolumn_p.h
}
qtConfig(qml-delegate-model) {
SOURCES += \
qqmldelegatecomponent.cpp
HEADERS += \
qqmldelegatecomponent_p.h
}
CONFIG += qmltypes install_qmltypes
load(qml_plugin)