aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/models/models.pro
blob: 9a22049068c5170192bee79b906fcfd4c31a0cf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
CXX_MODULE = qml
TARGET  = modelsplugin
TARGETPATH = QtQml/Models
QML_IMPORT_VERSION = $$QT_VERSION

SOURCES += \
    plugin.cpp

QT = qml-private qmlmodels-private

load(qml_plugin)