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

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

target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong
INSTALLS += target

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