本文介紹了使用 Visual C++ 2010 構(gòu)建 Qt 4.5的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!
問題描述
限時送ChatGPT賬號..
是否有人嘗試使用 Visual Studio 2010(Beta 2)構(gòu)建 Qt 4.5?是否有任何成功的提示?
Did somebody tried to build Qt 4.5 with Visual Studio 2010 (Beta 2)? Any hints on doing that successfuly?
稍后編輯我嘗試從 Visual Studio 2010 控制臺運(yùn)行配置.2010 沒有 makespecs 支持,因此配置失敗.
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.
推薦答案
它對我來說就像構(gòu)建 vs2008 一樣,但是使用 vs2010 工具:
It worked for me to build just as if it was vs2008, but using the vs2010 tools:
- 打開 vs2010 命令提示符.cd 進(jìn)入頂級 Qt 目錄.
- configure.exe -platform win32-msvc2008 -no-webkit -no-phonon -no-phonon-backend -no-script -no-scripttools -no-multimedia -no-qt3support -fast
- nmake
這篇關(guān)于使用 Visual C++ 2010 構(gòu)建 Qt 4.5的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!
【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!