繁体   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