QT Static Library Building Issue:Need Help!!!
-
Dear Qt Enthusiast,
I am trying to build a static library for the Qt, i have referred to the various tutorials on the net but did not get the success, finally i am looking up to you people.
There are two steps as we all know: 1st is to configure the Qt using 'configure -static' command and next step is to build the Qt using 'mingw32-make'. Most of the times, i was through the first step without any hassels but the build step was not completed successfully. I got loads of undefined references for uic3. One disadvantage of this half cooked food is i am not able to Build Qt Examples ever since.
I have even tried the other work around:>" http://doc.qt.nokia.com/qtcreator-snapshot/creator-project-qmake-libraries.html" but even it did not work for me. Please help me. Every help would be greatly appreciated.
I am using Qt Creator 2.0.0 and Qt4.7.0,Windows XP-SP2.
Regards,
Gaurav Holey -
Just as a note, I have yet to be able to build the library static either. Admittedly I haven't been able to do any real tests for it because the only windows computer I have is a laptop that takes about 3 hours just to run the configure, but I would love to see the answer for this, because it would let me get my application ported to windows as well.... Anyone know if an application built in wine is fully compatible with Windows? Because I know I can run Qt in Wine, but I haven't tried to build it static yet (mostly because the dependencies, I would think, are much harder to satisfy through Wine than they are through Windows)