2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = \
|
|
|
|
factorial \
|
|
|
|
pingpong
|
|
|
|
|
2012-03-16 11:53:35 +00:00
|
|
|
!contains(QT_CONFIG, no-widgets) {
|
2011-04-27 10:05:43 +00:00
|
|
|
SUBDIRS += \
|
|
|
|
eventtransitions \
|
|
|
|
rogue \
|
|
|
|
trafficlight \
|
|
|
|
twowaybutton
|
|
|
|
}
|
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine
|
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS statemachine.pro README
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine
|
|
|
|
INSTALLS += target sources
|