summaryrefslogtreecommitdiffstats
path: root/src/sql/configure.json
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/sql/configure.json
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/sql/configure.json')
-rw-r--r--src/sql/configure.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/sql/configure.json b/src/sql/configure.json
deleted file mode 100644
index 8fdc27e3a2..0000000000
--- a/src/sql/configure.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "module": "sql",
- "depends": [
- "core"
- ],
-
- "features": {
- "sqlmodel": {
- "label": "SQL item models",
- "purpose": "Provides item model classes backed by SQL databases.",
- "condition": "features.itemmodel",
- "output": [ "publicFeature" ]
- }
- },
-
- "summary": [
- {
- "section": "Qt Sql",
- "entries": [ "sqlmodel" ]
- }
- ]
-}