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

SOURCES = main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/pingpong
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pingpong.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/pingpong
INSTALLS += target sources