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

SOURCES += main.cpp

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