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