Qt、CodeBlocks minGW 依赖问题

发布于 2024-10-14 21:20:00 字数 187 浏览 1 评论 0原文

您好,我的项目遇到问题。我想删除所有依赖项,以便项目需要的所有内容都是 Qt dll。 我已将 -static-libgcc -static-libstdc++ 添加到链接器,但仍然没有链接 libgcc。 当我尝试在其目录中运行没有 libgcc_s_dw2-1.dll 的程序时,我收到一个错误,提示该 dll 丢失。 任何人都可以帮助消除这种依赖关系吗?

Hi there i got a problem with my project.I want to remove all dependencies so all the project will require are Qt dll's.
I'v added -static-libgcc -static-libstdc++ to linker but still its not linking libgcc.
When i try to run program without libgcc_s_dw2-1.dll in its directory i got an error that this dll is missing.
Anyone that could help with removing that dependencies?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒解孤独 2024-10-21 21:20:00

如果您使用 Qt 并想要静态构建您的应用程序,首先,您应该先静态构建 Qt SDK。

有关详细信息,请参阅:http://doc.qt.io/qt-4.8/部署-x11.html

If you use Qt and want to build statically your application, first of all, you should statically build Qt SDK before.

For more information see: http://doc.qt.io/qt-4.8/deployment-x11.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文