qt5base-lts/examples/statemachine/statemachine.pro

19 lines
505 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS = \
factorial \
pingpong
!contains(QT_CONFIG, no-widgets) {
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