Build the debug Libraries of QT4.4
Hi everybody,
Can anybody build the debug libraries using the tool of trolltech without any problem,
I went through the forum and it seems that there is a problem with "webkit", and myself the compile stop when it arrived at the "zlib".
is there a way to run this only with a minimum setup.(less chance of stopping during the long process)
to compile only the needed libs??
some ref:
1) http://www.qtcentre.org/forum/f-inst...kit-14580.html
2) http://www.qtcentre.org/forum/f-inst...html#post76806
thanks
SunnySan
Re: Build the debug Libraries of QT4.4
What is the exact error message you are getting?
You can disable parts of the framework by passing proper options to configure. Run configure with -help switch to see the whole list.
Re: Build the debug Libraries of QT4.4
thanks wysota
I have fixed my problem, I had to put the correct path into the Enviroment of the system.
I have now eclipse +Qt4 working fine and I wrote a little how toin my blog
http://blogfredk.blogspot.com/2008/0...t-4-mingw.html
I am now looking at openGL application to learn of how to create and display 3D objects.
thanks