summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-05-31 21:28:32 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-07-02 10:38:46 +0000
commit330f0245898dd2c163a3a8b8dfb7b672cf8def3b (patch)
tree94194e7cc330c13a22651e93942afca8dc092d84 /examples
parent3ab0ba7bf2b27f73b38a6f60181426c05f1d3af0 (diff)
Convert features.wizard to QT_[REQUIRE_]CONFIG
Change-Id: I43e3d9f55a21ae0f602fc43c570321d0152cd8b6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/widgets/dialogs/dialogs.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/widgets/dialogs/dialogs.pro b/examples/widgets/dialogs/dialogs.pro
index 7a01e818e0..6f19309440 100644
--- a/examples/widgets/dialogs/dialogs.pro
+++ b/examples/widgets/dialogs/dialogs.pro
@@ -1,3 +1,5 @@
+QT_FOR_CONFIG += widgets
+
TEMPLATE = subdirs
SUBDIRS = classwizard \
configdialog \
@@ -13,5 +15,7 @@ SUBDIRS = classwizard \
}
!qtHaveModule(printsupport): SUBDIRS -= licensewizard
-contains(DEFINES, QT_NO_WIZARD): SUBDIRS -= trivialwizard licensewizard classwizard
+!qtConfig(wizard) {
+ SUBDIRS -= trivialwizard licensewizard classwizard
+}
wince: SUBDIRS += sipdialog