Files
qt4-x11/examples/statemachine/statemachine.pro
2025-08-24 20:55:26 +08:00

19 lines
487 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
factorial \
pingpong
!contains(QT_CONFIG, no-gui) {
SUBDIRS += \
eventtransitions \
rogue \
trafficlight \
twowaybutton
}
# install
target.path = $$[QT_INSTALL_EXAMPLES]/statemachine
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS statemachine.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine
INSTALLS += target sources