QT QML 照片库 symbian^1
我尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对 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.