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, Иван Комиссаров <[email protected]> написал(а): > 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. > > Иван Комиссаров > >
_______________________________________________ QBS mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
