summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/factorial/factorial.pro
blob: f200c738ba4845735013e78ce15981f48b8210f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT = core
win32: CONFIG += console
mac:CONFIG -= app_bundle

SOURCES += main.cpp

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