Qt:如何告诉 Qmake 在 Visual Studio 项目中包含 ws2_32

发布于 2024-09-29 09:11:08 字数 154 浏览 1 评论 0原文

大家好 我在 Qt 应用程序中使用一些第三方库
但我喜欢 *.pro 文件和 QMAKE 作为默认文件。
我如何告诉 qmake (在 *.pro 文件中写入内容)将 windows ws2_32 套接字库包含在我的 Visual Studio 项目中
在包含库目录中?

Hello all
im using some third party lib in side Qt application
but i like the *.pro file and the QMAKE to be the default .
how can i tell qmake (what to write in the *.pro file ) to include in my visual studio project the windows ws2_32 socket lib
in the include lib dir ?

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

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

发布评论

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

评论(1

躲猫猫 2024-10-06 09:11:08

尝试在 .pro 文件中添加 QMAKE_LIBS += ws2_32.lib

Try to add QMAKE_LIBS += ws2_32.lib in your .pro file.

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