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