summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-06-16 11:18:36 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-17 17:19:26 +0000
commit8f866aeb74bbfdbd7d9b305f0445667433e9f785 (patch)
treed9ed285ee7d69f562e139ffdf3b2f264fd4c7dec /src
parent8edd267775521283e695fcdfc87aa6f49009dc94 (diff)
Remove old configure-related files
Remove the configure.json and configure.pri files that were used for the qmake-based configure. Remove the .prev_*.cmake files that were a by-product of configurejson2cmake.py. Task-number: QTBUG-89536 Change-Id: Ib0c67ef861216f4d64a00c80ed0a9366eab8f262 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 782a5948f0d38d77c9f0d2c1ce951cc8cedb540a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/scxml/configure.json21
-rw-r--r--src/statemachine/configure.json18
2 files changed, 0 insertions, 39 deletions
diff --git a/src/scxml/configure.json b/src/scxml/configure.json
deleted file mode 100644
index 288373d..0000000
--- a/src/scxml/configure.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "module": "scxml",
-
- "features": {
- "scxml-ecmascriptdatamodel": {
- "label": "ECMAScript data model for QtScxml",
- "purpose": "Enables the usage of ecmascript data models in SCXML state machines.",
- "section": "SCXML",
- "output": [ "publicFeature" ]
- }
- },
-
- "summary": [
- {
- "section": "Qt Scxml",
- "entries": [
- "scxml-ecmascriptdatamodel"
- ]
- }
- ]
-}
diff --git a/src/statemachine/configure.json b/src/statemachine/configure.json
deleted file mode 100644
index 3449aca..0000000
--- a/src/statemachine/configure.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "module": "statemachine",
-
- "features": {
- "statemachine": {
- "label": "State machine",
- "purpose": "Provides hierarchical finite state machines.",
- "section": "Utilities",
- "output": [ "publicFeature", "feature" ]
- },
-
- "qeventtransition": {
- "label": "QEventTransition class",
- "condition": "features.statemachine",
- "output": [ "publicFeature" ]
- }
- }
-}