2010-09-27 146 views

回答

0

打開從你的開始菜單Visual Studio命令PROMT,然後切換到你的Qt目錄:

configure -platform win32-msvc2005 -debug-and-release 
nmake 

配置支持更多的選項,參考文檔。

nmake需要一些時間,在我的情況下,它將近2個小時。沒關係,考慮到Qt框架的大小。

0

最新版本,4.7 VS2008目前已預編譯的二進制文件。我懷疑VS2005現在不太可能。我爲構建Visual Studio版本的嘗試充滿了構建錯誤。您將需要從構建中排除Web工具包。

嘗試configure -no-sql-sqlite -no-qt3support -no-opengl -platform win32-msvc2005
-no-libtiff -no-dbus -no-phonon -no-phonon-backend -no-webkit

然後NMAKE。

Pre built VS2008 binaries