examples/dbus/dbus.pro
changeset 0 1918ee327afb
child 30 5dc02b23752f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/dbus/dbus.pro	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,14 @@
+TEMPLATE = subdirs
+SUBDIRS = listnames \
+	  pingpong \
+	  complexpingpong \
+	  dbus-chat \
+	  remotecontrolledcar
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/dbus
+sources.files = *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/dbus
+INSTALLS += sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)