summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/android/spec_post.prf
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with Android NDK's make on WindowsJoerg Bornemann2019-06-281-0/+6
The make executable that comes with Android's NDK tries to execute the shell-builtin "move" as a stand-alone executable unless you trick it to execute "move" through the shell by surrounding one argument with double quotes or such. Force the execution of "move" through shell by altering QMAKE_MOVE for Android on Windows. Change-Id: I5b1490ad0606960dbd06a4cafb0b0b983e265159 Fixes: QTBUG-35713 Reviewed-by: Andy Shaw <andy.shaw@qt.io>