aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/workerscript/workerscript.pro
blob: aa68d193b4df2e74574889ea1bb31b80dede53d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
CXX_MODULE = qml
TARGET  = workerscriptplugin
TARGETPATH = QtQml/WorkerScript.2
IMPORT_VERSION = 2.15

SOURCES += \
    plugin.cpp

QT = qml-private qmlworkerscript-private

load(qml_plugin)