compiler can't find plugins
JPN, that was a very useful link, thanks.
I got my Qt rebuilt and it now makes exe files that are idependent of mingw DLL's and that part is great.
But when I try to use Qt plugins as explained in http://doc.trolltech.com/4.3/plugins-howto.html (I updated both main.cpp and myproject.pro as suggested in tutorial), the compiler gives me error message "can't find -lqjpg". This means it cannot find the static plugin. How do I make the compiler find it? Where is this file located? Do I need to put it in the same folder with my main.cpp when I compile? Is there more to compiling in the static mode than just typing "make" at my mingw prompt (this is all I did back when I used DLL's)?
Re: compiler can't find plugins
Did you configure Qt to build static plugins? Do you have them after the built is complete?