Qt、CodeBlocks minGW 依赖问题
您好,我的项目遇到问题。我想删除所有依赖项,以便项目需要的所有内容都是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 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