vote up 1 vote down star

Did somebody tried to build Qt 4.5 with Visual Studio 2010 (Beta 2)? Any hints on doing that successfuly?

Later edit I tried to run configure from a Visual Studio 2010 console. There is no makespecs support for 2010, so configure fails because of that.

flag

3  
Did you try already? If so what problems did arise? – Johannes Rössel Oct 29 at 14:39
1  
It generates VS2008 solution at creation time. Then, they need to be migrated to 2010... and the nightmare begins. – Cătălin Pitiș Oct 29 at 14:46
1  
"I need help" <= not so useful. "I tried steps A, B, and C, and saw output X, Y, and Z" <= useful! – Bill Oct 29 at 17:12
@C Pitis: Should be "Episode 4: The nightmare continues!" – Sam Nov 3 at 14:34

2 Answers

vote up 1 vote down check

It worked for me to build just as if it was vs2008, but using the vs2010 tools:

  1. Open vs2010 command prompt. cd into the top-level Qt directory.
  2. configure.exe -platform win32-msvc2008 -no-webkit -no-phonon -no-phonon-backend -no-script -no-scripttools -no-multimedia -no-qt3support -fast
  3. nmake
link|flag
vote up 0 vote down

For the moment... I will continue using the builds made with VS 2008 with VS 2010. While I am using it for development purpose only, with no intentions for releasing something (so no manifest nightmare yet), it is acceptable. Hopefully, Qt will soon officially support VS2010.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.