[Development] Enabling of QtDBus in Qt 5.4 and 5.5

Kurt Pattyn pattyn.kurt at gmail.com
Thu Dec 11 08:41:22 CET 2014





> 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?

> -- 
> Thiago Macieira - thiago.macieira (AT) intel.com
>  Software Architect - Intel Open Source Technology Center
> 
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development



More information about the Development mailing list