summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-06-16 11:18:34 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-06-18 11:46:21 +0200
commit7155e4f62060c3d9f36e748135bd57776f40b4b2 (patch)
treeb33e787588e862a240b2598a132693ed4511a292 /src/xml
parentea7d87b5b59ded22b145ecbb4dd648ecfd1abbdd (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: Ie827562f7fd2513d59f69234d77b8b93124ea78e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/configure.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/xml/configure.json b/src/xml/configure.json
deleted file mode 100644
index 345eb8544b..0000000000
--- a/src/xml/configure.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "module": "xml",
- "depends": [
- "core"
- ],
- "testDir": "../../config.tests",
-
- "features": {
- "dom": {
- "label": "DOM",
- "purpose": "Supports the Document Object Model.",
- "section": "File I/O",
- "output": [ "publicFeature", "feature" ]
- }
- }
-}