summaryrefslogtreecommitdiffstats
path: root/examples/dbus/dbus.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/dbus.pro')
-rw-r--r--examples/dbus/dbus.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/dbus/dbus.pro b/examples/dbus/dbus.pro
new file mode 100644
index 0000000000..90865bd3f6
--- /dev/null
+++ b/examples/dbus/dbus.pro
@@ -0,0 +1,17 @@
+TEMPLATE = subdirs
+SUBDIRS = listnames \
+ pingpong \
+ complexpingpong
+
+!contains(QT_CONFIG, no-gui) {
+ SUBDIRS += dbus-chat \
+ remotecontrolledcar
+}
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus
+sources.files = *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus
+INSTALLS += sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)