[QBS] Static build with QBS under Ubuntu (14.04)

Jicquel Dorian dorian.jicquel at mana-sys.fr
Tue Oct 21 12:17:57 CEST 2014


I've created a simple project with qbs to confirm that the issue is 
always there :

import qbs 1.0

CppApplication{
     Depends{name:"Qt";submodules:['core','gui','widgets']}
files:['main.cpp','mainwindow.cpp','mainwindow.h','mainwindow.ui']
}




Le 21/10/2014 11:03, Christian Kandeler a écrit :
> On 10/21/2014 10:43 AM, Jicquel Dorian wrote:
>> I've already mailed the mailing list before concerning my problem during
>> my build with a static build qt.
>> It seems that now with QBS 1.3.2 and Qt 5.3.2 the linking issue is not
>> here anymore but i've always an error at runtime related to the "xcb"
>> platform plugin.
> What does your product look like?
>
>
> Christian
> _______________________________________________
> QBS mailing list
> QBS at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qbs




More information about the Qbs mailing list