How to deploy files along with the current application in a portable way with Qt CMake build?
I have two big files I want to pack/deploy with my application. On desktop, that would be as easy as copying them to deployment archive, but I am also targeting Android. I don’t want to make these files a QResource
for two reasons: