summaryrefslogtreecommitdiffstats
path: root/examples/dbus/pingpong/pong.pro
blob: 5c7cb85c430fa6d6b4eb80e8374d28c997c5ed96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT -= gui
CONFIG += qdbus

HEADERS += ping-common.h pong.h
SOURCES += pong.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/pingpong
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/pingpong
INSTALLS += target sources

simulator: warning(This example does not work on Simulator platform)