examples/statemachine/statemachine.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/examples/statemachine/statemachine.pro	Mon Jun 21 22:38:13 2010 +0100
+++ b/examples/statemachine/statemachine.pro	Thu Jul 22 16:41:55 2010 +0100
@@ -1,11 +1,15 @@
 TEMPLATE      = subdirs
 SUBDIRS       = \
+                factorial \
+                pingpong
+
+!contains(QT_CONFIG, no-gui) {
+    SUBDIRS +=  \
                 eventtransitions \
-                factorial \
-                pingpong \
                 rogue \
                 trafficlight \
                 twowaybutton
+}
 
 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/statemachine