summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/statemachine/factorial/factorial.pro
blob: a8b797fa8d0497c0e5804565b8fc0c20a502cc25 (plain)
1
2
3
4
5
6
7
8
9
10
QT = core statemachine
CONFIG += cmdline

SOURCES += main.cpp

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