summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-06-29 03:05:34 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-06-29 03:05:34 +0200
commit330192e38cc03dba5f0fcf13fcc2e2d2f817f80a (patch)
tree3b5ef5af83a2cc9e5103d5b5c80a68a786170dc6
parent96f3395cb8e2a48fef0a4018d1843e05341c4062 (diff)
parentc937eafe688d041f744c7fc35f6f6f7cef5119bc (diff)
Merge remote-tracking branch 'origin/5.13' into dev
-rw-r--r--examples/mqtt/mqtt.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/mqtt/mqtt.pro b/examples/mqtt/mqtt.pro
index db620d0..867ca8f 100644
--- a/examples/mqtt/mqtt.pro
+++ b/examples/mqtt/mqtt.pro
@@ -1,6 +1,7 @@
TEMPLATE = subdirs
SUBDIRS += \
- consolepubsub \
+ consolepubsub
+qtHaveModule(gui): SUBDIRS += \
simpleclient \
subscriptions