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

SOURCES = main.cpp

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