Merge branch 'master' into refactor
[profile/ivi/qtbase.git] / examples / statemachine / statemachine.pro
1 TEMPLATE      = subdirs
2 SUBDIRS       = \
3                 factorial \
4                 pingpong
5
6 !contains(QT_CONFIG, no-gui) {
7     SUBDIRS +=  \
8                 eventtransitions \
9                 rogue \
10                 trafficlight \
11                 twowaybutton
12 }
13
14 # install
15 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine
16 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS statemachine.pro README
17 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine
18 INSTALLS += target sources
19 QT += widgets