Qt 6.11 is out! See what's new in the release
blog
Compiling qt with vs2013?
General and Desktop
2
Posts
2
Posters
4.3k
Views
1
Watching
-
It's actually quite straight forward.
You open a VS2013 command-prompt and then you run "configure" with option "-platform win32-msvc2012" from the Qt source directory.
Once everything has been set up, you type "nmake" to start the build process.
BTW: I think Python and Perl should be on your PATH too.
BTW2: If you care about Windows XP, you need to setup MSVC 2013 to run with the XP-compatible toolset. Read "this":http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx for details.
__Here is what I do usually to build Qt:
http://lamexp.sourceforge.net/doc/FAQ.html#87f001c0