summaryrefslogtreecommitdiffstats
path: root/examples/dbus/pingpong/pong.pro
blob: 1307e7080556df09fa020c862e848d96c925cfa9 (plain)
1
2
3
4
5
6
7
8
QT -= gui
QT += dbus

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

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