diff -r b72c6db6890b -r 5dc02b23752f examples/dbus/dbus.pro --- 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