[Development] Enabling of QtDBus in Qt 5.4 and 5.5
Thiago Macieira
thiago.macieira at intel.com
Thu Dec 11 09:14:29 CET 2014
On Thursday 11 December 2014 08:41:22 Kurt Pattyn wrote:
> > On 11 Dec 2014, at 08:30, Thiago Macieira <thiago.macieira at intel.com>
wrote:
> >> On Wednesday 10 December 2014 17:42:06 Thiago Macieira wrote:
> >> Explanation:
> >> * runtime: dynamically open libdbus-1 at runtime
> >> * linked: link to libdbus-1
> >> * configure1: check at configure time if libdbus-1 is present in the
> >> system and then enable "runtime" mode
> >> * configure2: check at configure time if libdbus-1 is present in the
> >> system; if it is, enable "linked" mode, otherwise "runtime"
> >>
> >> In other words: starting with Qt 5.4.1, QtDBus will be enabled FOR ALL
> >> BUILDS.
> >
> > Clarifying after question on IRC: will be enabled by default for all
> > builds on all OS. Unless you pass -no-dbus, of course.
>
> Will it be enabled using configure1 or configure2?
As of 5.4.1.
In 5.4.0, it tries to find the headers before deciding that it doesn't need
them.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list