examples/statemachine/statemachine.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
     1 TEMPLATE      = subdirs
     1 TEMPLATE      = subdirs
     2 SUBDIRS       = \
     2 SUBDIRS       = \
       
     3                 factorial \
       
     4                 pingpong
       
     5 
       
     6 !contains(QT_CONFIG, no-gui) {
       
     7     SUBDIRS +=  \
     3                 eventtransitions \
     8                 eventtransitions \
     4                 factorial \
       
     5                 pingpong \
       
     6                 rogue \
     9                 rogue \
     7                 trafficlight \
    10                 trafficlight \
     8                 twowaybutton
    11                 twowaybutton
       
    12 }
     9 
    13 
    10 # install
    14 # install
    11 target.path = $$[QT_INSTALL_EXAMPLES]/statemachine
    15 target.path = $$[QT_INSTALL_EXAMPLES]/statemachine
    12 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS statemachine.pro README
    16 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS statemachine.pro README
    13 sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine
    17 sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine