summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/statemachine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/statemachine/statemachine.pro')
-rw-r--r--examples/statemachine/statemachine.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/statemachine/statemachine.pro b/examples/statemachine/statemachine.pro
index 298c0ae..17ef6b4 100644
--- a/examples/statemachine/statemachine.pro
+++ b/examples/statemachine/statemachine.pro
@@ -1,11 +1,15 @@
TEMPLATE = subdirs
SUBDIRS = \
- eventtransitions \
factorial \
- pingpong \
+ pingpong
+
+!contains(QT_CONFIG, no-gui) {
+ SUBDIRS += \
+ eventtransitions \
rogue \
trafficlight \
twowaybutton
+}
# install
target.path = $$[QT_INSTALL_EXAMPLES]/statemachine