D13198: Android toolchain: allow to specify extra libs manually

2018-05-31 Thread Alexey Min
This revision was automatically updated to reflect the committed changes. Closed by commit R240:0dc051905ae9: Android toolchain: allow to specify extra libs manually (authored by Alexey Minnekhanov , committed by alexeymin). REPOSITORY R240 Extra CMake Modules CHAN

D13198: Android toolchain: allow to specify extra libs manually

2018-05-30 Thread Aleix Pol Gonzalez
apol accepted this revision. apol added a comment. This revision is now accepted and ready to land. Interesting! This is probably a better way to solve the problem than the CMAKE_EXE_LINKER_FLAGS workaround we are doing currently. https://phabricator.kde.org/source/sysadmin-binary-factor

D13198: Android toolchain: allow to specify extra libs manually

2018-05-30 Thread Alexey Min
alexeymin added a comment. http://doc.qt.io/qt-5/deployment-android.html at the bottom of the page there is an example of usage scenario for `qmake` project: > ANDROID_EXTRA_LIBS: A list of external libraries that will be copied into your application's library folder and loaded on start-

D13198: Android toolchain: allow to specify extra libs manually

2018-05-29 Thread Alexey Min
alexeymin created this revision. alexeymin added a reviewer: apol. Restricted Application added projects: Frameworks, Build System. Restricted Application added a subscriber: kde-buildsystem. alexeymin requested review of this revision. REVISION SUMMARY Add new variable ANDROID_EXTRA_LIBS, which