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