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:
parent
85416ae6fd
commit
a289bc84c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user