summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/eventtransitions/eventtransitions.pro
blob: 8a9d84e64659919a6c69002b0a951a6e3526d13d (plain)
1
2
3
4
5
6
7
8
9
10
11
SOURCES = main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/eventtransitions
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS eventtransitions.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/eventtransitions
INSTALLS += target sources
QT += widgets


simulator: warning(This example might not fully work on Simulator platform)