Hi,

is it possible to get the real path of a file that is added to the project with Qt's resource system?

Namely I have "test.qrc" added to the project and a file in that that can be referred with ":/res/file.txt" but this is of course not the real path in the file system. Now the class QFile can handle with the problem (would be dissapointing otherwise... ) but I can't give this string for example to an std::ifstream or it is not enough information for otput logs etc.