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