Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.9.6
-
None
-
Win7 x64, GCC 4.9, NDK r10e, Qt 5.9.6 for Android
Description
When is used the DESTDIR definition to move a library to some target folder, an error occurs at the time of moving the library.
move libmylib.so ..\bin\lib\
process_begin: CreateProcess(NULL, move libmylib.so "..\bin\lib ", ...) failed.
make (e=2): The system cannot find the file specified.
The problem is exactly the same as reported in this bug: QTBUG-35713
I was using the 5.7.0 Qt version and this problem did not happen. But now that I have upgraded to 5.9.6 the problem has returned.
I'm attaching a minimal project sample that allows to reproduce the problem.
Attachments
Issue Links
- duplicates
-
QTBUG-35713 Fails to build library projects for Android on windows
-
- Closed
-