Commit 1030e907 authored by Shawn Rutledge's avatar Shawn Rutledge Committed by The Qt Project
Browse files

Document how to get d-bus working on the Mac


Change-Id: I112afadf00c03ef66109d650f13f950461c2fec1
Reviewed-by: default avatarHanne Linaae <hanne.linaae@digia.com>
Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
parent fbc3d5ed
No related merge requests found
Showing with 8 additions and 0 deletions
...@@ -331,4 +331,12 @@ ...@@ -331,4 +331,12 @@
} }
\endcode \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.
*/ */
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment