summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/platformsupport.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-09-29 16:49:12 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-10-07 07:21:14 +0000
commit13e7c603d51f22763d47e98a4e37468e46deac98 (patch)
tree7f0c12830d42176cb91431f8ad189487844da600 /src/platformsupport/platformsupport.pro
parent85023e1d7254e69a997247899ec23ca12f58b054 (diff)
move dbusmenu and dbustray under themes/genericunix
that's the only place where they are used, and this clarifies the structure. Change-Id: I874beb7f049b34cc73079609b8baabcc1bd3cd39 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'src/platformsupport/platformsupport.pro')
-rw-r--r--src/platformsupport/platformsupport.pro7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/platformsupport/platformsupport.pro b/src/platformsupport/platformsupport.pro
index 19efa60f48..f9b57acaa8 100644
--- a/src/platformsupport/platformsupport.pro
+++ b/src/platformsupport/platformsupport.pro
@@ -22,13 +22,6 @@ include(linuxaccessibility/linuxaccessibility.pri)
include(clipboard/clipboard.pri)
include(platformcompositor/platformcompositor.pri)
-# dbus convenience for unix except darwin: the platform
-# plugins for these platforms do not use dbus and we
-# don't want to create a false dependency.
-unix:!darwin:qtConfig(dbus) {
- include(dbusmenu/dbusmenu.pri)
- include(dbustray/dbustray.pri)
-}
darwin: include(graphics/graphics.pri)
load(qt_module)