[QBS] Install group doesn't work

Christian Kandeler christian.kandeler at theqtcompany.com
Thu Jul 9 17:02:50 CEST 2015


On 07/09/2015 04:56 PM, Иван Комиссаров wrote:
> Hi everybody.
> I have a simple group that installs an icns file:
>
> Application {
>
> Group{
>
> name:".icns"
>
> condition:qbs.targetOS.contains("osx")
>
> files:"LiMon.icns"
>
> qbs.install:true
>
> qbs.installDir:install_data_path
>
> }
>
> }

I assume this is not the complete project. In that case, see 
https://bugreports.qt.io/browse/QBS-830.


Christian



More information about the Qbs mailing list