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

SOURCES += \
    plugin.cpp

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

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

load(qml_plugin)