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>
This commit is contained in:
Joerg Bornemann 2021-02-09 08:51:37 +01:00
parent 85416ae6fd
commit a289bc84c6

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