I’m trying to build a Qt project which runs fine on windows on OS X 10.6. However, my application cannot access the resources in my qrc file anymore. Are all files in the qrc packed in that application bundle (xyz.app) by default? When I open the generated bundle, there’s nothing in the Resources folder except the desktop.rc file. Am I missing something?
Share
Well, actually we I switched from a german windows to a us version of osx. All our resources had “de” in their language field, so my us osx couldn’t find any resource at all.