diff --git a/examples/examples.pro b/examples/examples.pro index 077e5828a93..fe6c6dc7d43 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