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

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


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