gpt4 book ai didi

c++ - Qt 和静态库文件——如何编译

转载 作者:行者123 更新时间:2023-11-28 07:47:50 25 4
gpt4 key购买 nike

我需要构建一个链接到静态 .lib 库(使用/MT 编译)的 Qt5 64 位程序。我尝试将下面的行从 MD 更改为 MT:

QMAKE_CFLAGS_RELEASE    = -O2 -MT
QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += -O2 -MT -Zi
QMAKE_CFLAGS_DEBUG = -Zi –MTd

在文件D:\Qt\Qt5.0.0src\qtbase\mkspecs\win32-msvc2010\qmake.conf中

并重新编译它

configure -prefix %CD%\qtbase -debug-and-release -opensource -platform win32-msvc2010 -opengl desktop

然后 nmaking 它,但它失败了:

XPathGrammar.cpp
Generating Code...
lib /NOLOGO /OUT:release\WebCore.lib @C:\Users\Paul\AppData\Local\Temp\WebCore.lib.4480.3319717.jom
LINK : fatal error LNK1181: cannot open input file '.obj\release_shared\SettingsMacros.obj'
jom: D:\Qt\Qt5.0.0src\qtwebkit\Source\WebCore\Makefile.WebCore.Target.Release [release\WebCore.lib] Error 1181
jom: D:\Qt\Qt5.0.0src\qtwebkit\Source\WebCore\Makefile.WebCore.Target [release] Error 2
jom: D:\Qt\Qt5.0.0src\qtwebkit\Source\WebCore\Makefile.WebCore [sub-Target-pri-make_first-ordered] Error 2
jom: D:\Qt\Qt5.0.0src\qtwebkit\Makefile [sub-Source-WebCore-WebCore-pro-make_first-ordered] Error 2
jom: D:\Qt\Qt5.0.0src\Makefile [module-qtwebkit-make_first] Error 2

似乎没有生成“SettingsMacros.obj”文件。这是为什么?

我需要在配置字符串中包含“-static”吗?我知道Qt doesn't get along with /MT但我的项目需要它,否则我将无法链接那些 .lib 文件

最佳答案

是的,您确实需要添加 -static。为我工作。

关于c++ - Qt 和静态库文件——如何编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14524476/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com