How to compile Qt 5.5 in Visual Studio 2015?
-
I have to build a project in Visual Studio 2015 which uses Qt.
I've read that the only way to make Qt works with VS 2015 is to compile it from the source code.
Could you provide me a short description how to do this?Thanks in advance.
-
I've found a simple description how to do this
http://stackoverflow.com/questions/15826893/building-qt5-with-visual-studio-2012-visual-studio-2013-and-integrating-withOnly change win32-msvc2012 to win32-msvc2015 to configure it for VS 2015.
2/2