summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/pingpong/pingpong.pro
blob: 9d2b17fc9e160dce28e6480abae2b322e925a526 (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]/qtbase/statemachine/pingpong
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pingpong.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/pingpong
INSTALLS += target sources