Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello! Is there any variables in QMake that can provide me with NDK Sysroot or should I define it somehow manually?
Issue closed. Solution found.
This lines of code in *pro file printing Android NDK root path if it is in your project settings settings:
android { message(Android NDK $$(ANDROID_NDK_ROOT)) }
Project settings: