"Some errors" is not useful in diagnosing the problem.
Yes. Clearly playing about with the features broke the build, so it must be having some effect. Removing features is mostly targeted a resource poor embedded environments though.1) Does this qconfig tool is effective with Qt4.6.2 or Qt4.7.1?
Start by not shipping unneeded DLLs. If you really must, compile out features in the DLLs you need to ship. There are some predefined feature sets http://doc.qt.nokia.com/4.7/fine-tuning-features.html2) How do I use QConfig effectively to reduce the size of my Qt application?
You can enable and disable components and features of Qt from the configure command. Run "configure --help" and read the page linked above.3) Are there other approaches to disable some features from Qt?
Bookmarks