Recommended flags for a minimalistic Qt build
I am trying to build Qt because it is required for Visual Studio 2010. The build script (configure.exe) is quite straightforward but by default it takes ages to compile. After waiting for an hour on a fast notebook with an SSD, I've given up (using no flags, just configure.exe). What are the recommended flags for a basic, lightweight Qt application? I mean for someone learning Qt, who doesn't need WebKit and so on. I've collected the most useful links I found: The reference page for Qt configure: http://doc.qt.io/qt-4.8/configure-options.html Ben's advice from this question: Building Qt 4.5