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..

  1. download qt sdk 4.8.2 compiled using msvc-2010 toolchain site (second page).
  2. install ms vc++ 2010 free development tools (or full sdk), comprises of nmake/cl/cdb executables.
  3. restart pc initialize environment variable , all.
  4. start qt creator, notice msvc-2010 tool-chain has been identified qt creator (tools -> options dialog). if not manually add it.
  5. also confirm qt version 4.8.2 of msvc-2010 has been identified in qt versions tab. if not manually add giving path of qmake in bin of qt sdk folder. select msvc-2010 tool-chain automatically.
  6. here go, go projects , in build settings, select msvc-2010 tool-chain , compile. make sure win32-msvc2010 selected makespec file.

hope helps.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -