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