summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-02-02 11:51:59 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-02-09 09:17:21 +0100
commit9d84bafebabb48b83edd6392027238d7a4dd3581 (patch)
tree0e07fb62b137fe34d06f62a6ca083448a7e6c55a /configure.json
parent841e63cb77094a7a50fe7c9f0e210b045f7c7402 (diff)
Make it possible to disable the PrintSupport module
Introduce the 'printsupport' feature to control whether the PrintSupport module is built. [ChangeLog][QtPrintSupport] Building of QtPrintSupport can be disabled by passing -no-feature-printsupport to configure. Fixes: QTBUG-90778 Change-Id: I8a9a4b7f8dd8f39a81565c8eb14ce1ae0839267d Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Nodir Temirkhodjaev <nodir.temir@gmail.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@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 a9249e1ed2..84798d3a0e 100644
--- a/configure.json
+++ b/configure.json
@@ -1344,6 +1344,11 @@
"label": "Qt Network",
"output": [ "privateFeature" ]
},
+ "printsupport": {
+ "label": "Qt PrintSupport",
+ "condition": "features.widgets",
+ "output": [ "privateFeature" ]
+ },
"sql": {
"label": "Qt Sql",
"condition": "features.thread",