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
Change-Id: I6f75cac1b20208c7813addd1ebe578c9edae295a
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
(cherry picked from commit a289bc84c6fe4494ac3a60ca7084cfda3a3f1994)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Joerg Bornemann 2021-02-09 08:51:37 +01:00 committed by Qt Cherry-pick Bot
parent af632e2056
commit 0a70f56b46

View File

@ -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