OSX: Qt-Creator simply stopped putting *.icns and *.pfile into built .app file package
-
Using Qt Creator 2.2.0
I don't know why this is happening. it's been okay for months.
same code has been there for months:
@macx {
RESOURCES +=
../resources/macx/MYResources.qrc
ICON = ../resources/macx/MY.icns
}QMAKE_INFO_PLIST = macx/info.plist@
the files exist on disk. What's wrong? Could it be the new faulty OSX updates from Apple that we applied recently?