examples/dbus/dbus.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/examples/dbus/dbus.pro	Mon Jun 21 22:38:13 2010 +0100
+++ b/examples/dbus/dbus.pro	Thu Jul 22 16:41:55 2010 +0100
@@ -1,9 +1,12 @@
 TEMPLATE = subdirs
 SUBDIRS = listnames \
 	  pingpong \
-	  complexpingpong \
-	  dbus-chat \
-	  remotecontrolledcar
+	  complexpingpong
+
+!contains(QT_CONFIG, no-gui) {
+    SUBDIRS += dbus-chat \
+               remotecontrolledcar
+}
 
 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/dbus