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

Christian Kandeler christian.kandeler at digia.com
Tue Oct 21 12:24:33 CEST 2014


On 10/21/2014 12:17 PM, Jicquel Dorian wrote:
> 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']
> }

What happens if you use QtGuiApplication instead of CppApplication? This 
item has a dependency on the platform plugin in case of a static build.


Christian





More information about the Qbs mailing list