a889305c7e
all examples compile again
20 lines
515 B
Prolog
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
|