[QBS] Bug with QiTools submodule on osX

olivier musse olivier.musse at sfr.fr
Tue Jun 3 11:25:02 CEST 2014


Hi,

I would just like to rise up something which look like a bug on osX.
While Qt submodule uitools is working on windows, it seems not to 
include lib and path on mac.
We need to use the following workaround for it to work.


Depends{

condition:qbs.targetOS.contains("windows")

name: "Qt"

submodules: ["uitools"]

}

Properties{

condition:qbs.targetOS.contains("osx")

cpp.staticLibraries: Qt.core.libPath+"/libQt5UiTools.a"

cpp.includePaths: Qt.core.incPath+"/QtUiTools"

}


BR

Olivier




More information about the Qbs mailing list