[QBS] Install group doesn't work

Иван Комиссаров abbapoh at gmail.com
Thu Jul 9 17:03:32 CEST 2015


Ok, i found that this line https://github.com/ABBAPOH/qbsfish/blob/master/src/app/app.qbs#L8 prevents ".icns" group from working. Seems like a bug for me.

Иван Комиссаров

9 июля 2015 г., в 17:56, Иван Комиссаров <abbapoh at gmail.com> написал(а):

> 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
>     }
> }
> 
> install_data_path contains "./LiMon.app/Contents/Resources" 
> 
> But this group doesn’t work!
> Being copied to the other project, it works.
> Being copied to the other product in this project, it works.
> Any ideas how to debug why it has no effect?
> Removing build dir doesn’t have an effect.
> Bot QtCreator and console qbs ignore this group.
> 
> Иван Комиссаров
> 
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20150709/97e19778/attachment.html>


More information about the Qbs mailing list