summaryrefslogtreecommitdiffstats
path: root/examples/statemachine
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-03-23 13:36:29 +0100
committerKent Hansen <kent.hansen@nokia.com>2012-03-23 14:10:58 +0100
commit3b512ae142017f105f297467f74dc28d3cb9030a (patch)
tree9e131e23c01537f051851a1da9576c1e1ddf5ba2 /examples/statemachine
parente20c4730192f312881591fb50e571af0a88fe421 (diff)
parentf956f9a83603a3df5651e3238c24e8df37558d6e (diff)
Merge master into api_changes
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 \