summaryrefslogtreecommitdiffstats
path: root/configure.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-06-27 16:45:03 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-18 17:10:13 +0000
commit98ddf9262e356178ddcf26b72e375c99cec16b79 (patch)
tree250e11c9d67fb9f57eb3b95676d69b660f2cf2db /configure.pri
parent27b03be893be0b50e031cc3588caed081030a977 (diff)
Revamp configure system for widget styles
Add [-no]-style-foo command line options for all widget styles, bringing this closer in line with configure.exe. Add proper platform dependencies and a configure test for the required uxtheme.h header on Windows. Clean up and simplify styles.pri. Don't let configure.exe define QT_NO_STYLE_* any more, as styles.pri does that locally anyway. Change-Id: I81341f887a65b4e45e77380974eb79743acfad77 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure.pri')
-rw-r--r--configure.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pri b/configure.pri
index 021b0013ee..cc120c12d1 100644
--- a/configure.pri
+++ b/configure.pri
@@ -449,7 +449,7 @@ defineTest(qtConfOutput_architecture) {
defineTest(qtConfOutput_styles) {
!$${2}: return()
- style = $$replace($${1}.feature, "-style", "")
+ style = $$replace($${1}.feature, "style-", "")
qtConfOutputVar(append, "privatePro", "styles", $$style)
}