On 4 Apr 2014, at 7:19 PM, Nancy Feng (defeng) wrote: > I tried to build qt5 with "dubs" on Mac OS X. I installed "dbus" from > Macport, but when building qt5, it still complains not able find "dbus". If I > let it go by "-continue" option, build fails with unsatisfied dubs headers. > > Any instructions to build qt5 on mac with "dbus" module? Also how to get the > satisfied "dbus" build dependences?
I have dbus installed from homebrew, and tried the remotecontrolledcar example on OSX. qtdbus was already built, and the example caused the session daemon to start up, so it worked well. For me the includes are in /usr/local/include/dbus-1.0/dbus/ and libs in /usr/local/lib: /usr/local/lib/libdbus-1.3.dylib /usr/local/lib/libdbus-1.a /usr/local/lib/libdbus-1.dylib You can add -I and -L options to configure if it's not finding them on your system. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
