PDA

View Full Version : Configure Qt 5.10.1 or 5.7.0 and MSVC 2015 to compile for SSE architecture



te777
27th May 2018, 15:34
I want to compile a version of my app that would support Windows 7+ PCs running the older CPU SSE architecture (non-SSE2 or later). How can I configure either QT or the MSVC 2015 compiler to compilie for that CPU architecture? I have Visual Studio 2013, 2015, and 2017 installed on my development PC. Thanks for any replies..