summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-11-23 10:12:16 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-01-06 17:12:51 +0000
commit3b609fc76fd6bf72faa52884c039bb0a074b4e72 (patch)
tree4d8a4d7f15c43fabcfb593eb6644427987cde2a3 /configure.json
parent5c207c6c792b016635d0ca79ea1b832037c32c08 (diff)
Add a feature for Qt Sql
This way we can disable it by passing -no-feature-sql to configure. Change-Id: Ia47d72101de0788478997fa1854cedcd1742f6fd Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 5b09e97bd2..052aeac30c 100644
--- a/configure.json
+++ b/configure.json
@@ -934,6 +934,10 @@
"label": "Qt Network",
"output": [ "privateFeature" ]
},
+ "sql": {
+ "label": "Qt Sql",
+ "output": [ "privateFeature" ]
+ },
"widgets": {
"label": "Qt Widgets",
"condition": "features.gui",
@@ -1128,6 +1132,7 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5
"dbus-linked",
"gui",
"network",
+ "sql",
"widgets"
]
}, {