blob: 42eab6c2cf55e9b5b967f8eb082e6fc867a7d30d (
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]/statemachine/pingpong
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pingpong.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine/pingpong
INSTALLS += target sources
|