aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qtquick2/qtquick2.pro
blob: 8543049eadec3021d3cddb3e1dd59ec31e0ae82f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CXX_MODULE = qml
TARGET  = qtquick2plugin
TARGETPATH = QtQuick.2
IMPORT_VERSION = 2.$$QT_MINOR_VERSION

SOURCES += \
    plugin.cpp

QT += quick-private qml-private qmlmodels-private

qtConfig(qml-worker-script): QT += qmlworkerscript-private

load(qml_plugin)