summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-06-16 11:18:36 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-06-17 18:21:41 +0200
commitb45f956d4f260e65766dd2850c0e1cd547bef12a (patch)
treecb6ebdeaff2f95652e477b85057d2caec9f63a09
parent2ed8da90def795b39e392bf743af2253d798bff4 (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. Pick-to: 6.2 Task-number: QTBUG-89536 Change-Id: Ib0c67ef861216f4d64a00c80ed0a9366eab8f262 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--configure.json5
-rw-r--r--src/remoteobjects/configure.json24
2 files changed, 0 insertions, 29 deletions
diff --git a/configure.json b/configure.json
deleted file mode 100644
index 8b21b83..0000000
--- a/configure.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "subconfigs": [
- "src/remoteobjects"
- ]
-}
diff --git a/src/remoteobjects/configure.json b/src/remoteobjects/configure.json
deleted file mode 100644
index 89b08bd..0000000
--- a/src/remoteobjects/configure.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "module": "remoteobjects",
-
- "features": {
- "use_ham": {
- "label": "High Availability Manager (ham)",
- "purpose": "Use QNX's High Availability Manager (ham) library",
- "autoDetect": false,
- "condition": "config.qnx",
- "output": [ "publicFeature", "feature" ]
- }
- },
-
- "summary": [
- {
- "section": "Qt Remote Objects",
- "entries": [
- "use_ham"
- ]
- }
- ]
-
-}
-