qt5base-lts/examples/statemachine/statemachine.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

20 lines
515 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
QT += widgets