如何通过 GUI 在 Qt Creator 项目中添加外部 .a 库?
我使用 Qt 的 mingw 编译器构建了 yamlcpp 静态(libyaml-cpp.a)库。 现在我想将它添加到我的项目中。我使用这个qt文档,但 Qt Creator 允许仅选择 *.lib 文件,而不是 *.a 文件(在“选择文件”对话框中)。这很令人困惑,因为我使用的是 MinGW 4.4 调试配置,而不是 MSVC2008。
是否可以通过 Qt Creator 的 GUI 添加 *.a 库以及如何操作? Windows 7、Qt 创建者 2.3.1、Qt 4.7.4
I've built yamlcpp static (libyaml-cpp.a) library using Qt's mingw compiler.
Now I want to add it to my project. I use this qt doc, but Qt Creator allows to select only *.lib files not *.a files (in Choose file dialog). That's confusing because I'm using MinGW 4.4 debug configuration, not MSVC2008.
Is it possible to add *.a libraries via Qt Creator's GUI and how do I do it?
Windows 7, Qt Creator 2.3.1, Qt 4.7.4
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知现在是不可能的。唯一的方法是编辑 .pro 文件并添加以下行:
As far as I know it is impossible now. The only way is to edit .pro file and add such lines: