summaryrefslogtreecommitdiffstats
path: root/examples/dbus/dbus.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/dbus.pro')
-rw-r--r--examples/dbus/dbus.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/dbus/dbus.pro b/examples/dbus/dbus.pro
index f365829..e599334 100644
--- a/examples/dbus/dbus.pro
+++ b/examples/dbus/dbus.pro
@@ -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