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
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
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-
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