summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-02-09 08:51:37 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-02-09 15:45:06 +0100
commita289bc84c6fe4494ac3a60ca7084cfda3a3f1994 (patch)
tree115cde2ff10e0fa152b67917a713e1cad89af7f4 /examples
parent85416ae6fd9da00540e471e5b0864a3e1678f423 (diff)
Turn off the dbus examples for qmake-generated VS projects
They cannot be built due to QTBUG-91033. Task-number: QTBUG-91033 Fixes: QTBUG-88758 Pick-to: 5.15 Change-Id: I6f75cac1b20208c7813addd1ebe578c9edae295a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 077e5828a9..fe6c6dc7d4 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -6,7 +6,9 @@ SUBDIRS = \
embedded \
qpa
-qtHaveModule(dbus): SUBDIRS += dbus
+!contains(TEMPLATE, "vc.*") { # QTBUG-91033
+ qtHaveModule(dbus): SUBDIRS += dbus
+}
qtHaveModule(network): SUBDIRS += network
qtHaveModule(testlib): SUBDIRS += qtestlib
qtHaveModule(concurrent): SUBDIRS += qtconcurrent