[Development] QMAKE_EXTRA_COMPILERS does not work on Android in case the ANDROID_PACKAGE_SOURCE_DIR is empty

2018-01-12 Thread Denis Shienkov
Hi all. I need to use a custom target to build of external shared library *.so, with a custom build system (e.g. using the NDK directly) and to link with. I faced with a strange behavior of QMAKE_EXTRA_COMPILERS on Android, which is that the qmake does not creates a "compiler_foo_" target in the

Re: [Development] QMAKE_EXTRA_COMPILERS does not work on Android in case the ANDROID_PACKAGE_SOURCE_DIR is empty

2018-01-12 Thread Denis Shienkov
I'm very sorry, it is my fail. :(( 12.01.2018 18:22, Denis Shienkov пишет: Hi all. I need to use a custom target to build of external shared library *.so, with a custom build system (e.g. using the NDK directly) and to link with. I faced with a strange behavior of QMAKE_EXTRA_COMPILERS on A