I have successfully configured and compiled Qt 5.0.1 on Windows 7 with MSVC2012 (with Update 1 installed). Apps built on top of the created Qt libs run on Win7 but not on WinXP: they terminate without showing any Qt window and without any error message after a few seconds.
I guess I must build Qt with the MSCV2012/Windows XP platform toolset (which can be selected in the Visual Studio IDE as platform toolset v110_xp) to be able to run my apps under WinXP, Win7, Win8.
How do i configure Qt 5 for the XP target?
Bookmarks