can not change android install path
Unsolved
Mobile and Embedded
-
Hi,
I want to build an Android library on Windows platform, but I found i can not change the install path even though I had changed target.path variable in .pro file, the build command is still using:D:\Software\Qt\Qt5.12.9\5.12.9\android_arm64_v8a\bin\qmake.exe -install qinstall -exe libUtil.so \libs\arm64-v8a\libUtil.so
what should I do to change the install path?