diff options
Diffstat (limited to 'examples/dbus/pingpong/pong.pro')
-rw-r--r-- | examples/dbus/pingpong/pong.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/dbus/pingpong/pong.pro b/examples/dbus/pingpong/pong.pro new file mode 100644 index 0000000..f377a71 --- /dev/null +++ b/examples/dbus/pingpong/pong.pro @@ -0,0 +1,16 @@ +TEMPLATE = app +TARGET = pong +DEPENDPATH += . +INCLUDEPATH += . +QT -= gui +CONFIG += qdbus + +# Input +HEADERS += ping-common.h pong.h +SOURCES += pong.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong +sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong +INSTALLS += target sources |