PDA

View Full Version : I need to reduce size of qtgui dll



naren82
16th February 2011, 12:11
Hi,
I need to reduce size of qtgui dll. M working on web based plug-in application.
I have tried to use QConfig to reduce the size of dll's of Qt version 4.6.2 & 4.7.1. After having disabled some features by QConfig tool, I configured and compiled Qt dynamically with Visual Studio 2005 command prompt. The configuration script I used to configure is [configure -platform win32-msvc2005 -no-openvg -no-opengl -no-webkit -nomake examples -nomake demos -qconfig myqt]. After this command is executed, i run "nmake". but the compilation ends with errors.

Attached is the file i used with qconfig

Does this qconfig works with Qt4.6.2 & 4.7.1
How do I use QConfig effectively to reduce the size of my Qt application?
Are there other approaches to disable unneeded features from Qt?