[Development] qmake's custom install failed on Android
Oswald Buddenhagen
oswald.buddenhagen at qt.io
Fri Jan 12 19:49:22 CET 2018
On Fri, Jan 12, 2018 at 08:58:16PM +0300, Denis Shienkov wrote:
> I need to use the INSTALLS feature on Android project
> to copy of some files to the desired location.
>
> foo_bar.path = $$OUT_PWD/foobar
> INSTALLS += foo_bar
>
that's positively wrong.
for a non-install shadow build, you can use COPIES (if you do that
outside qt, you're doing it at your own risk; it doesn't work with the
IDE generators).
an actual INSTALLS would never point into OUT_PWD, i.e., the build dir.
More information about the Development
mailing list