UI tool to configure Qt
-
Hi,
I remember I saw, a couple of years ago, a graphical tool to configure Qt. It went down to the level of individual widgets, and allowed to to select which one of them to compile into Qt at all.
I am now developing on an embedded device with serious memory constraints, and would need exactly such a thing to bring my executable size down (from currently ~50 MB, statically linked).
Any ideas where I can find it?
-
Look "here":http://doc.qt.nokia.com/4.7/fine-tuning-features.html maybe there is a qtconfig tool in your folder.
-
Gold!