summaryrefslogtreecommitdiffstats
path: root/examples/dbus/complexpingpong/complexping.pro
blob: 009c1b64e5e80a11c707aaacdb81288c23a2b115 (plain)
1
2
3
4
5
6
7
8
QT -= gui
QT += dbus

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

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