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