如何配置Qt5 0 使用VS2010進行開發

2021-06-27 17:43:00 字數 356 閱讀 6403

qt預設使用mingw進行編譯,如果要使用vs2010開發,需要將qt重新編譯。

進入開始選單microsoft visual studio 2010,visual studio tools,visual studio command prompt (2010),需要注意的是,這裡面必須是使用visual studio command prompt (2010),不能使用cmd的dos視窗

configure -platform win32-msvc2010 -fast -debug-and-release  -nomake demos -nomake examples -nomake tools -mp

注意:需要安裝python 和 perl;

修改檔案輸出目錄後,提示配置錯誤(VS2010)

問題 c program files x86 msbuild microsoft.cpp v4.0 microsoft.cppbuild.targets 990,5 warning msb8012 targetpath e workpro misintubation debug misintubat...

修改檔案輸出目錄後,提示配置錯誤(VS2010)

問題 c program files x86 msbuild microsoft.cpp v4.0 microsoft.cppbuild.targets 990,5 warning msb8012 targetpath e workpro misintubation debug misintubat...

Qt簡介以及如何配置Qt使用VS2010進行開發

qt是神馬東西?qt 乙個跨平台應用程式和ui開發框架 它包括跨平台類庫 整合開發工具和跨平台 ide。使用 qt 您只需一次性開發應用程式,無須重新編寫源 便可跨不同桌面和嵌入式作業系統部署這些應用程式。qt 主要是由 諾基亞 開發和維護的。qt通過開源授權 lgpl 和 gpl 以及商業授權的方...