[QBS] Install group doesn't work

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


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/06469d74/attachment.html>


More information about the Qbs mailing list