summaryrefslogtreecommitdiffstats
path: root/examples/dbus/listnames/listnames.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/listnames/listnames.pro')
-rw-r--r--examples/dbus/listnames/listnames.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/dbus/listnames/listnames.pro b/examples/dbus/listnames/listnames.pro
new file mode 100644
index 0000000000..c965de451a
--- /dev/null
+++ b/examples/dbus/listnames/listnames.pro
@@ -0,0 +1,19 @@
+TEMPLATE = app
+TARGET =
+DEPENDPATH += .
+INCLUDEPATH += .
+QT -= gui
+CONFIG += qdbus
+win32:CONFIG += console
+
+# Input
+SOURCES += listnames.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/listnames
+sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/listnames
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+