examples/statemachine/statemachine.pro
changeset 30 5dc02b23752f
parent 0 1918ee327afb
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
     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