examples/dbus/dbus.pro
changeset 30 5dc02b23752f
parent 0 1918ee327afb
--- a/examples/dbus/dbus.pro	Wed Jun 23 19:07:03 2010 +0300
+++ b/examples/dbus/dbus.pro	Tue Jul 06 15:10:48 2010 +0300
@@ -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