lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Doug Currie wrote:
On Jan 15, 2009, at 2:28 PM, Peter Kümmel wrote:

lqt works under Linux and Windows.
In the next days I also check OSX.

One of the drawbacks of multi-platform UI toolkits is their bulk. Can you tell us the size(s) the lqt library(ies) on the three platforms?

Thanks.

e


Here the sizes of release builds. The Qt library with the GUI
support is the biggest one within Qt. I've also listed this sizes
so you get an impression about the overhead.


- Windows, Qt 4.4 binding

lqt libs:
 122368 lua.dll
 841216 qtcore.dll
3466240 qtgui.dll
 310784 qtnetwork.dll
 236032 qtopengl.dll
 156160 qtscript.dll
 222720 qtsvg.dll
 190976 qtwebkit.dll
 219136 qtxml.dll

Qt lib:
7073792 QtGui4.dll



- Linux, Qt 4.4 binding

lqt libs:
 238107 liblua.so
1412427 libqtcore.so
7164901 libqtgui.so
 556576 libqtnetwork.so
 372047 libqtopengl.so
 256722 libqtscript.so
 362536 libqtsvg.so
 312610 libqtwebkit.so
 348473 libqtxml.so

Qt lib:
9629012 libQtGui.so