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

SOURCES += \
    plugin.cpp

QT = qml-private qmlworkerscript-private

load(qml_plugin)