I am using Qt Creator 3.1.1 with Qt 5.3 on Win 7. If have set up 2 kits, VC2013 and MinGW 4.8.1.
My application can be compiled, and works with both compilers. But when I start in MinGW/gdb debug mode, starting the application takes extremely long.
I can see time is spent for two things.
- Whenever I start debug in Qt creator checks each sub project with
mingw32-make[2], taking quit some time. Can I avoid this, as it takes quit long. Nothing changed, no need to re-check. - When the
makesteps eventually completes, application starts but loading the libraries as shown below is slow. Why is that, it is so much slower than VC2013.

Any chance how I can improve performance ...?