summaryrefslogtreecommitdiffstats
path: root/src/dbus/dbus_minimal_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Make QtDBus compile without libdbus-1 headers, if dlopeningThiago Macieira2014-12-011-0/+275
Most of QtDBus already needs very little from libdus-1, so create an extra header containing the minimum API we actually need. One large advantage of this solution is that now QtDBus can always be enabled, even if the system doesn't have libdbus-1 installed. This is interesting on OS X, where libdbus-1 is often installed by Homebrew or MacPorts, which may include extra libraries we don't want in our packaging. Change-Id: I1b397121ec12eeca333ef778cf8e1c7b64d6b223 Reviewed-by: Lars Knoll <lars.knoll@digia.com>