aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/workerscript/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/workerscript/CMakeLists.txt')
-rw-r--r--src/imports/workerscript/CMakeLists.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/imports/workerscript/CMakeLists.txt b/src/imports/workerscript/CMakeLists.txt
deleted file mode 100644
index b2a6d0f444..0000000000
--- a/src/imports/workerscript/CMakeLists.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-# Generated from workerscript.pro.
-
-#####################################################################
-## workerscriptplugin Plugin:
-#####################################################################
-
-qt_internal_add_qml_module(workerscriptplugin
- URI "QtQml.WorkerScript"
- VERSION "${CMAKE_PROJECT_VERSION}"
- DESIGNER_SUPPORTED
- CLASSNAME QtQmlWorkerScriptPlugin
- SKIP_TYPE_REGISTRATION
- PLUGIN_OPTIONAL
- SOURCES
- plugin.cpp
- PUBLIC_LIBRARIES
- Qt::QmlPrivate
- Qt::QmlWorkerScriptPrivate
-)
-
-#### Keys ignored in scope 1:.:.:workerscript.pro:<TRUE>:
-# CXX_MODULE = "qml"
-# QML_IMPORT_VERSION = "$$QT_VERSION"
-# TARGETPATH = "QtQml/WorkerScript"