Building Qt 4.5 with Visual C++ 2010

前端 未结 7 1171
忘了有多久
忘了有多久 2020-12-05 12:26

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

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 12:50

    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

提交回复
热议问题