Hi there
For specific reason I need to ship a binary with my app. I compiled it for three architectures, and I want the files to be in /opt/myapp/bin, say.
In SPEC file I think I can add it in %files, however it has to be in build root. The question is, how do I force qmake or whatever packages application (I use Qt Creator from Sailfish IDE) to copy some files to build root, which, say, are in bin directory in my project root?
I understand I need to deal with pro file, however I tried few things and nothing seems to copy the bin directory to build root, where SPEC file could do its job.
I’d be grateful for help,
Wunder