summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-10 18:55:06 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-06-17 06:47:48 +0000
commited07bdcb5f96d723f9c4c6b689ae95965c57c723 (patch)
tree06600515441cbbd06cd04cbab271c59482e16b1a /configure.json
parent78731b434e0e99ad108601249108e12d8a49c350 (diff)
make sql drivers independently configurable
our binary packages come without many sql drivers, because they have proprietary dependencies we cannot ship. not every user wants to build all of qt from scratch, so it makes sense to make it possible to "enrich" the existing installation by compiling just the drivers. to enable this, the drivers' configuration must be independent. but note that it's still not possible to configure a single driver - the entire sqldrivers directory is configured at once. a side effect of this is that the availability of the sql plugins cannot be made known with publicFeatures any more, because there is no associated module pri file to put that information into. that should be made inconsequential by making qtHaveModule() work for plugins. Task-number: QTBUG-58372 Change-Id: Ibdebe3199688a57f93cea82dc15623081d1280f5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.json b/configure.json
index 8b5f07ed54..b572a3d1f5 100644
--- a/configure.json
+++ b/configure.json
@@ -10,11 +10,11 @@
"subconfigs": [
"src/corelib",
"src/network",
- "src/sql",
"src/gui",
"src/xml",
"src/widgets",
- "src/printsupport"
+ "src/printsupport",
+ "src/plugins/sqldrivers"
],
"commandline": {