

























Download Qt 4.8.3 source code from http://qt-project.org/downloads
Go to mkspecs\win32-msvc2010. Open qmake.conf and change:
QMAKE_COMPILER_DEFINES += _MSC_VER=1600 WIN32
to:
QMAKE_COMPILER_DEFINES += _MSC_VER=1700 WIN32
Replace qt-everywhere-opensource-src-4.8.3-x64\src\3rdparty\webkit\Source\JavaScriptCore\wtf\HashSet.h by this HashSet.h.
Start "VS2012 x64 or X86 Native Tools Command Prompt"
Switch to Qt 4.8.3 source directory (the directory that contains configure.exe) Configure -mp -opensource -nomake demos -nomake examples -platform win32-msvc2012
posted on 2013-12-20 04:37 cloudseawang 阅读(2035) 评论() 收藏 举报
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。