diff -r 93b982ccede2 -r 5daf16870df6 examples/dbus/dbus.pro --- 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