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

SOURCES += \
    plugin.cpp

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

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

load(qml_plugin)