Angus Leeming wrote:
Actually, you do realise that you don't need to compile the whole Qt
distribution? Looking at the Makefile in the top level qt directory:
all: symlinks src-moc sub-src sub-tools sub-tutorial sub-examples
It seems that you can stop after sub-src
To get the library only on rebuiliding go to the qt-3/src
directory and and call:
mingw32-make.
Qt also compiles with the free borland compiler which is really a speedup.
Angus could you give me information how you managed ti compile it.
I also noticed that my qt-m3.dll has 9MB and yours 6MB. So
something is going wrong. Whcih compiler do you use?
Maybe the big versions contains debug symbols, configure with:
configure.bat -release -shared -fast
(try pconfigure.bat; you would be suprised!! :) )
Peter