complexpong.pro Example File

complexpingpong/complexpong.pro
QT -= gui
QT += dbus

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

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

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