Qt + Android + Clang + Windows linking issue
Unsolved
Mobile and Embedded
-
Hi,
I have problems linking a large project because of command line length limitation (8191 chars on Windows). I know about Android's LOCAL_SHORT_COMMANDS and NDK_APP_SHORT_COMMANDS but I'm not able to find something similar for QtCreator/qmake.
Is Qt offering an alternative to LOCAL_SHORT_COMMANDS/NDK_APP_SHORT_COMMANDS?
The error I'm getting is: make (e=87): The parameter is incorrect.
Linker command line has 65K+ characters (I've shorten directories names and I'm using relative paths) .Any help is appreciated.