visual studio 2010 - Qt add-in for VS2010 -



visual studio 2010 - Qt add-in for VS2010 -

i've installed qt add-in vs2010 , when seek "show" path qt installed i'm getting error ver of qt has been built mingw. it, i've found similar question when tried type in console 'configure' i'm getting error configure isn't recognized. how shall overcome problem?

thats because way qt built mingw , vs different , has different files.

you have download qt source code. click start , search visual studio 2008 command prompt or 2010 command prompt.

go visual studio command prompt , navigate qt source code folder. type

configure -platform win32-msvc2008 --> if have vs 2008

or utilize configure -platform win32-msvc2010 vs 2010

and after done, type

nmake

wait until built (4 hrs) , should prepare it.

visual-studio-2010 qt

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -