summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/platforms/platform-notes.qdoc8
1 files changed, 8 insertions, 0 deletions
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.
*/