开发者

compiling libspeex for symbian

开发者 https://www.devze.com 2023-01-13 20:49 出处:网络
I want to use libspeex library in my nokia Qt appl开发者_运维技巧ication. How do I compile speex for this purpose, and how do i add it to my qt project?Did you check the README file for Symbian?

I want to use libspeex library in my nokia Qt appl开发者_运维技巧ication. How do I compile speex for this purpose, and how do i add it to my qt project?


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消