I downloaded and installed Qt 5.1.0 for Windows 32-bit (MinGW 4.8) from the qt project download page. I ran the installer and can compile and run the applications using these libraries and the 32-bit minGW 4.8 dashboard.
However, I have a large application, and when I try to debug it (using gdb bundled with the minGW toolchain), it takes an insane amount of time to get started, and any interaction with the application takes a lot of time to complete. Not an annoying amount of time, but an unused amount of time. Has anyone else had this problem and are there any solutions?
In case this helps, I get a lot of debugging results as follows:
Temporarily disabling breakpoints for unloaded shared library "C:\Qt\Qt5.1.0\5.1.0\mingw48_32\plugins\somefolder\somelib.dll"
source share