gpt4 book ai didi

c++ - 将 -lm 标志传递给 qt 编译器以摆脱 "cannot open file “m.lib”

转载 作者:行者123 更新时间:2023-11-28 06:23:54 25 4
gpt4 key购买 nike

我正在用 qt 编译一个库,在编译过程中我遇到了这个错误(在带有 qt 设计器的 Windows 7 x64 上):

无法打开文件“m.lib”

当我四处搜索时,我在 here 中找到了和 here我必须将 -lm 标志传递给编译器,但我不知道如何传递它?!

我把它留在了 qmake 标志中,但它说它是未知的!

我正在使用带有 qt5.2 和 msv2012 编译器的 qt-designer。

最佳答案

http://doc.qt.io/qt-5/qmake-project-files.html#declaring-other-libraries

您可能还需要告诉它图书馆在哪里。

LIBS += -L/path/to/my/lib -lm

希望对您有所帮助。

关于c++ - 将 -lm 标志传递给 qt 编译器以摆脱 "cannot open file “m.lib”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28853467/

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