summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/pingpong/pingpong.pro
blob: 7cc27a13f5bba8945e3861a9adf60ae5ace99826 (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/pingpong
INSTALLS += target