aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/workerscript/workerscript.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/workerscript/workerscript.pro')
-rw-r--r--src/imports/workerscript/workerscript.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/imports/workerscript/workerscript.pro b/src/imports/workerscript/workerscript.pro
deleted file mode 100644
index 9c6a65eb05..0000000000
--- a/src/imports/workerscript/workerscript.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CXX_MODULE = qml
-TARGET = workerscriptplugin
-TARGETPATH = QtQml/WorkerScript
-QML_IMPORT_VERSION = $$QT_VERSION
-
-SOURCES += \
- plugin.cpp
-
-QT = qml-private qmlworkerscript-private
-
-load(qml_plugin)