PDA

View Full Version : static compile in qt4 with VisualStudio2003



iGoo
21st July 2006, 04:11
How please?



Thanks.

jpn
21st July 2006, 09:46
Qt4 docs: Deploying an Application on Windows - Static Linking (http://doc.trolltech.com/4.1/deployment-windows.html#static-linking)
By following these directions you should be able to link statically against Qt libraries (so you won't need to deploy Qt*4.dll's, BUT it will not link statically against C/C++ runtime libs and you still will have to deploy msvc*71.dll's).

QtCentre Wiki: Building static applications (http://wiki.qtcentre.org/index.php?title=Building_static_applications)
Here you can find instructions how to get rid off the dependendy to the afore-mentioned C/C++ runtime libs.