summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/eventtransitions/eventtransitions.pro
blob: 7e92cf2cff48678075670b9addce3025df8f9fea (plain)
1
2
3
4
5
6
7
SOURCES = main.cpp

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