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

SOURCES = main.cpp

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

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