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

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

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

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