为 symbian 编译 libspeex

发布于 2024-09-16 04:25:22 字数 72 浏览 10 评论 0原文

我想在我的诺基亚 Qt 应用程序中使用 libspeex 库。如何为此目的编译 speex,以及如何将其添加到我的 qt 项目中?

I want to use libspeex library in my nokia Qt application. How do I compile speex for this purpose, and how do i add it to my qt project?

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

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

发布评论

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

评论(1

删除→记忆 2024-09-23 04:25:22

您检查过 Symbian 的 README 文件吗?

如果你设法编译它,基本上你只需要在 .pro 文件中添加这样的一行:(

symbian:LIBS += c:/path/to/library/speex.lib

或者任何调用的结果库)。

Did you check the README file for Symbian?

If you manage to compile it, basically you just need to add a line like this in your .pro file:

symbian:LIBS += c:/path/to/library/speex.lib

(or whatever the resulting library is called).

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