As the title says I'm trying to add resources to a project (SFML) that I'm developing on GNU/Linux. I'm using Qt-creator to develop it as a non-qt application using qmake to build the project. This means that the usual Qt way to handle resources in a .qrc is not an option.
I've tried to symlink my resource folder into the build folder which works but this obviously feels wrong.
Any suggestions would be of great help.