Re: [Interest] Size of libQt5Core in 5.3

2014-05-11 Thread Thiago Macieira
Em seg 12 maio 2014, às 00:23:19, André Pönitz escreveu: > 99797 .obj/qtldurl.o > > >From the commit message: >Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCore > > Move Qt's copy of the Mozilla public suffix list from QtNetwork > to QtCore and use it to expo

Re: [Interest] Size of libQt5Core in 5.3

2014-05-11 Thread André Pönitz
On Sun, May 11, 2014 at 02:05:22PM -0700, Thiago Macieira wrote: > print "$total\n"; > }' QtCore.map > [...] > 45476 .obj/qobject.o > 48523 .obj/qregexp.o > 53198 .obj/qstatemachine.o > 53657 .obj/qsettings.o > 58416 .obj/qdatetime.o > 58836 .obj/qvariant.o > 59344 .obj/qlocale.o > 83403 .obj/qst

Re: [Interest] Size of libQt5Core in 5.3

2014-05-11 Thread Thiago Macieira
Em dom 11 maio 2014, às 13:25:36, Giuseppe D'Angelo escreveu: > In general you should take an analytic approach: pass > > > -Wl,-Map,qtcoremapfile > > to QtCore's linker command line, and examine the map file using a > script. Then proceed to trim. Build output: -rwxr-xr-x 1 thiago users 38586

Re: [Interest] Size of libQt5Core in 5.3

2014-05-11 Thread John Layt
On 11 May 2014 08:20, Daniel Bowen wrote: > Is there any way to get Qt Core to compile smaller, like under 3MB? Am I > missing anything to skip or “-no-xyz” or “-nomake” or “-no-feature”? Why is > libQt5Core.so.5.3.0 so much bigger than libQtCore4.so.4.8.4? I'll leave it for others to pass comm

[Interest] QML & 'Promises'

2014-05-11 Thread ElderOrb
Is there any library allowing to use 'Promises' (http://wiki.commonjs.org/wiki/Promises/A) in QML ? Is there any plans to add support for this into QML itself? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listi

Re: [Interest] Size of libQt5Core in 5.3

2014-05-11 Thread Giuseppe D'Angelo
Il 11/05/2014 09:20, Daniel Bowen ha scritto: So I started putting in -skip, -no-feature, etc.having features wewould still use, but other things stripped out.I also had a mkspec use -Os to optimize for size.Usingsomething likethis: [snip] Please note that several of those features don't even

[Interest] Size of libQt5Core in 5.3

2014-05-11 Thread Daniel Bowen
I have an embedded environment where we use non-UI parts of Qt (Qt Core, Qt Networking) on an ARM host processor. We've been using 4.8.4 for a little while. There's some other changes coming to this code, and we've been looking to move to 5.x with the upcoming 5.3. After working through several is