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

SOURCES = main.cpp

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