On sexta-feira, 25 de outubro de 2013 11:09:55, qtmail wrote: > When create a QT Quick2 "hello world" on android,the apk size up to > 10.6M, so > Could I customize the libs? or all libs is /required/for QT Quick2?
All libs are *not* required for Qt Quick 2. Only some are. Which libraries got deployed inside the .apk file? You can use ldd on the main module to find out which ones are required. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
