QT QML 照片库 symbian^1

发布于 2024-11-29 09:26:17 字数 589 浏览 0 评论 0原文

我尝试使用 MGFetch 库在图像文件夹上打开一个寡妇,

我在 symbian^3 中没有问题,但在 symbian^1 上,当我包含时:

  #include <MGFetch.h>

我在构建过程中遇到此错误:

No rule to make target `\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\release\armv5\LIB\mgfetch.dso', needed by `\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\release\gcce\udeb\fichierSym1_Essai2.exe'.  Stop.

是否可以在 symbian^1 上使用 MGFetch ?

我只是用这一行创建了一个新项目,但它不起作用。 我在 pro 文件中添加这一行:

symbian:LIBS += -lmgfetch -lbafl

如果无法在 symbian^1 上使用它,我还可以使用什么来拥有图片库?

谢谢

I try to open a widows on image folder with library MGFetch,

i've no probleme in symbian^3, but on symbian^1 when i include :

  #include <MGFetch.h>

i've this error during building :

No rule to make target `\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\release\armv5\LIB\mgfetch.dso', needed by `\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\release\gcce\udeb\fichierSym1_Essai2.exe'.  Stop.

is it possible to use MGFetch on symbian^1 ?

i create a new project just with this line,and it's not working.
i add this line on pro file :

symbian:LIBS += -lmgfetch -lbafl

if it's not possible to use it on symbian^1 what else can i use to have a image gallery ?

Thanks

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

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

发布评论

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

评论(1

初心未许 2024-12-06 09:26:17

我对 servicehandler lib 也有同样的问题。我可以将文件从 Symbian^3 SDK 复制到 Symbian^1,它就可以工作了。当然不能保证你的库。

I had the same problems with the servicehandler lib. I could copy the files from the Symbian^3 SDK to Symbian^1 and it just worked. No guarantee for your libs of course.

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