diff -r 93b982ccede2 -r 5daf16870df6 examples/statemachine/statemachine.pro --- 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