summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-05-22 08:18:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-22 15:37:47 +0200
commit1030e9075d143c0522c64cd015342a8b4dd2dfe2 (patch)
tree4e5fd5c684dc612ee9bb323c71cca06c371f6a5e
parentfbc3d5ed70f65ff4af4d961b2819dfc9601a47af (diff)
downloadqtdoc-1030e9075d143c0522c64cd015342a8b4dd2dfe2.tar.gz
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>
-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.
*/