Qt 5.3.1 Mingw takes significant time to compile application
-
Hi,
I have recently shifted to Qt 5.3.1 MinGW compiler, earlier I was using Qt 5.0 MSVC for my application. But since then, I have observed that, even though I do a minor change in one of the subprojects, it compiles all the subprojects and libraries present in that project. Due to this it takes significant time to compile the application. (Around 20 minutes)
This was not happening when I was using MSVC.
Is there any way to avoid this? am I missing some configuration here?
Thanks in advance.