19 lines
501 B
Prolog
19 lines
501 B
Prolog
|
TEMPLATE = subdirs
|
||
|
SUBDIRS = \
|
||
|
factorial \
|
||
|
pingpong
|
||
|
|
||
|
!contains(QT_CONFIG, no-gui) {
|
||
|
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
|