pong.pro 范例文件

pingpong/pong.pro
QT -= gui
QT += dbus
HEADERS += ping-common.h pong.h
SOURCES += pong.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong
INSTALLS += target