Qt Creator with Visual C++ 11 -
i want use qt creator ms vc++ 11 says there no toolchain build qt. installed qt full sdk installer. now?
isn't msvc++ 11 comes visual studio 11? if qt hasn't supported makespec
file version afaik (correct me if wrong). following (rough) steps running qt creator msvc 2010 nmake/cl
tool-chain..
- download qt sdk 4.8.2 compiled using
msvc-2010
toolchain site (second page). - install ms vc++ 2010 free development tools (or full sdk), comprises of
nmake/cl/cdb
executables. - restart pc initialize environment variable , all.
- start
qt creator
, noticemsvc-2010
tool-chain has been identified qt creator (tools -> options dialog). if not manually add it. - also confirm qt version 4.8.2 of
msvc-2010
has been identified inqt versions
tab. if not manually add giving path ofqmake
inbin
of qt sdk folder. selectmsvc-2010
tool-chain automatically. - here go, go projects , in build settings, select
msvc-2010
tool-chain , compile. make surewin32-msvc2010
selectedmakespec
file.
hope helps.
Comments
Post a Comment