PDA

View Full Version : Installing eclipse+Qt 4+MinGW



SunnySan
25th July 2008, 12:09
I had same problem “cannot find -lqtmaind” inside eclipse (I am using Vista basic).

And I then try to buid the libraries but after the build of the libraries
“cannot find -lqtmaind” was fixed , and now I can see the “libqtmaind.a” into the qt4/lib/

but as the build was not finished it didn't build all of then and now I have a New error
“cannot find -lQtGuid4”

I need to build the rest of the libs
see picture for the errors
http://picasaweb.google.com/fredykonig/EclipseAndQT/photo#5226905496353761730

Which file should I modify so that I comment the zlib folder which seem to create errors??
Thanks
SunnySan

SunnySan
25th July 2008, 12:12
Not sure that you can see the picture:
I put the link here
http://picasaweb.google.com/fredykonig/EclipseAndQT/photo#5226905496353761730
and
http://picasaweb.google.com/fredykonig/EclipseAndQT/photo#5226909837476752082

http://picasaweb.google.com/fredykonig/EclipseAndQT/photo#5226909837476752082

thanks

SunnySan
25th July 2008, 12:36
now that the compile is not finished ...
is the .pro files are changed to .pri files??? strange

SunnySan
25th July 2008, 21:15
It is all working now after 3 days....
I wrote a how to with pictures.

http://blogfredk.blogspot.com/2008/07/how-to-install-eclipseqt-4-mingw.html

I hope this help for the next QT guy.