Details
-
Sub-task
-
Resolution: Done
-
P1: Critical
-
None
Description
We currently depend on a script which copies the libgnustl-shared.so from the NDK into the Qt libs directory so that Qt Creator can deploy it. This seems more complex than it needs to for the person building Qt. Since Creator knows it needs the file, it should be copied from the NDK when deploying instead.
The path is:
$NDK/sources/cxx-stl/gnu-libstdc++/$TOOLCHAIN_VERSION/libs/$ARCH/libgnustl_shared.so
Attachments
Issue Links
- replaces
-
QTCREATORBUG-8688 Deploy libgnustl_shared.so from NDK to device
- Closed