Building QT 5.1.1 with Visual Studio 2013
-
Hey, we need to build QT with Visual Studio 2013 in order to get support for variadic templates for another project.
I have it building but it will not run on windows 7, when the app tries to load the qwindows platform dll, the dll load fails with procedure not found.
Using depends, it appears the missing procedures are all windows 8 specific procedures which may mean that I built QT incorrectly as I need it to work on windows 7. Is there some configure parameter I should have used in order to build a version of QT that will work on windows 7?
I build with opengl desktop, but perhaps I need to build without ANGLE or something like that?
-
Hi,
Your issue is not related to OpenGL-vs-ANGLE. You'll need to consult the MSVC 2013 documentation on how to configure the compiler to target older versions of Windows.
Did you build Qt on Windows 8? If so, try building it on Windows 7 instead. It should then work on both Windows 7 and 8.