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

HEADERS += complexpong.h
SOURCES += complexpong.cpp

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