[Development] Android missing SONAME in lib's causes
BogDan
bog_dan_ro at yahoo.com
Fri Jul 26 21:10:59 CEST 2013
>> In this case I'll keep my -1 for that patch
>> Can't cmake scripts be changed to work with SONAME set to
>> libQt5XXXXX.so ?
>
> Why don't we do on Android what we do everywhere else?
>
> soname: libQt5XXXX.so.5
> actual file: libQt5XXXX.so.5
>
> No need to ship the symlink in .apk. It's only necessary in the SDK /
> sysroot.
>
Because a few things will still stop to work (e.g. qtc android plugin) :) .
Also AFAIK everywhere else libQt5XXXX.so.5 is a symlink to libQt5XXXX.so.5.major which is a symlink to libQt5XXXX.so.5.major.minor . If you don't plan to ship libQt5XXXX.so.5.major.minor and we don't use symlinks, then personally I don't see any reason to add an extra .5 to the end of the file name as long as the file name already contains a 5 ...
Anyway if I'm the only one that is against this patch I'll change my score to 0 (or +x). But before that I'd like to see at least qtc android plugin working properly with this patch.
Cheers,
BogDan.
More information about the Development
mailing list