From 1030e9075d143c0522c64cd015342a8b4dd2dfe2 Mon Sep 17 00:00:00 2001
From: Shawn Rutledge <shawn.rutledge@digia.com>
Date: Wed, 22 May 2013 08:18:27 +0200
Subject: [PATCH] Document how to get d-bus working on the Mac

Change-Id: I112afadf00c03ef66109d650f13f950461c2fec1
Reviewed-by: Hanne Linaae <hanne.linaae@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
---
 doc/src/platforms/platform-notes.qdoc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/src/platforms/platform-notes.qdoc b/doc/src/platforms/platform-notes.qdoc
index 6481f518..13c02a67 100644
--- a/doc/src/platforms/platform-notes.qdoc
+++ b/doc/src/platforms/platform-notes.qdoc
@@ -331,4 +331,12 @@
         }
 
     \endcode
+
+    \section2 D-Bus
+
+    Mac OS X does not ship with a D-Bus daemon, because the operating system has
+    its own IPC mechanisms; therefore Qt binary packages don't usually include
+    the \l{Qt D-Bus} module. However you can install \c dbus via Homebrew, Fink or
+    MacPorts; then when you build Qt it will be detected, and the Qt D-Bus module
+    will be built.
 */
-- 
GitLab