summaryrefslogtreecommitdiffstats
path: root/examples/statemachine
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@nokia.com>2012-03-16 12:53:35 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-19 20:16:04 +0100
commit10df7967d996f4ec54744a8dd48e41b318377e73 (patch)
tree4831ccd2ebea27a5b29a5095df79fca36b31523d /examples/statemachine
parent336f24465a106553dae26ac84a3c43f9ad939a57 (diff)
Disable some tests and examples when --no-widgets is specified
There are many tests, examples that depends on widgets. This patch disables some of them if Qt is configured without widgets. Change-Id: I5460dadca736c54221874adcd518a7021725d90a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples/statemachine')
-rw-r--r--examples/statemachine/statemachine.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/statemachine/statemachine.pro b/examples/statemachine/statemachine.pro
index a049316e08..a2f18a478f 100644
--- a/examples/statemachine/statemachine.pro
+++ b/examples/statemachine/statemachine.pro
@@ -3,7 +3,7 @@ SUBDIRS = \
factorial \
pingpong
-!contains(QT_CONFIG, no-gui) {
+!contains(QT_CONFIG, no-widgets) {
SUBDIRS += \
eventtransitions \
rogue \