Hi... There might be a very simple solution for this, but I can't for the life of me figure it out.

I have a binary file which i run with QProcess which i need bundled with my app. What is the best way to do this?

I've tried adding a qrc file to the project and calling the binary with :/prefix/alias but that doesnt seem to work...

Help?