簡體   English   中英

在Windows上使用cmake編譯64位qt(從源)

[英]Compiling 64 bit qt (from source) using cmake on windows

我無法使用各種版本的cmake在Windows上編譯qt共享庫(64位)。 我認為在選擇cmake選項時犯了一些錯誤。 誰能指出我一些教程或告訴我要遵循的步驟。 提前致謝。 (我不能為此使用Visual Studio。)

這篇文章對我有用:

@ECHO OFF
rmdir /Q /S C:\Qt\qt-git-build
mkdir C:\Qt\qt-git-build
cd C:\Qt\qt-git-build
..\qt-git\configure -opensource -mp -qt-zlib
nmake
nmake qdoc3
editbin /STACK:0x200000 bin\qdoc3.exe
nmake docs
nmake install
nmake clean
cd ..

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM