I'm on windows making builds for Android and I am trying to package libssl.so and libcrypto.so into my 10.2.6 application. Whenever I make any changes to "additional libraries" in the build android apk target, the changes are immediately un-done and a message about qmake.cache pops up in general messages:
C:/....../build-eCOP-Android_for_armeabi_v7a_GCC_4_9_Qt_5_7_1-Debug/.qmake.cache: No such file or directory
This happens even if i wipe out the entire build directory, and it happens even if I disable shadow build.
Anyone know what I'm doing wrong to add these libraries? If I manually add them in the .pro file, they still don't make it into the makefile.