I am trying to read a .fbx file from .qrc in a QtCreator project using Assimp. It reads just fine when reading it from a directory within the project, but fails to open when reading from the .qrc folder. I was wondering if anyone has ran into this issue and knows how to solve it? Thanks.