Platformsupport: Don't include dbus on darwin.
This created a false dependency from the cocoa platform plugin to QtDBus, which caused macdeployqt to deploy it. This change is for libplatformsupport only, and has no effect on QtDBus usage in general. Change-Id: I35f342574a6497ff88a785e93eef1acdea8b1452 Task-number: QTBUG-48015 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
parent
7cbafa8de7
commit
0b401d74e6
@ -21,7 +21,11 @@ include(accessibility/accessibility.pri)
|
||||
include(linuxaccessibility/linuxaccessibility.pri)
|
||||
include(clipboard/clipboard.pri)
|
||||
include(platformcompositor/platformcompositor.pri)
|
||||
contains(QT_CONFIG, dbus) {
|
||||
|
||||
# dbus convenience, but not for darwin: the platform
|
||||
# plugins for these platforms do not use dbus and we
|
||||
# don't want to create a false dependency.
|
||||
!darwin: contains(QT_CONFIG, dbus) {
|
||||
include(dbusmenu/dbusmenu.pri)
|
||||
include(dbustray/dbustray.pri)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user