顯示具有 QT visual studio express 2008 install 標籤的文章。 顯示所有文章
顯示具有 QT visual studio express 2008 install 標籤的文章。 顯示所有文章

2008年11月28日 星期五

compile QT 4.4.3 using visual studio express

1. download VS 2008 express from MS website
2. download QT opensource edition
3. VS 安裝目錄下的VC資料夾, 執行vcvarsall.bat(或是程式集裡面的command prompt)
4. 在console下切換到QT目錄(就是解壓縮的那個目錄)
5. configure -platform win32-msvc2008 (其實可以直接config就好)
6. nmake (這個會很久)

that's it!!