summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/statemachine/eventtransitions/eventtransitions.pro
blob: 3cdb288f8eaa289fdd75e48f0efe224fa2fcde8a (plain)
1
2
3
4
5
6
7
QT += statemachine widgets

SOURCES = main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/statemachine/eventtransitions
INSTALLS += target