主题 : 运行QML 程序库问题 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 58789
精华: 0
发帖: 27
金钱: 140 两
威望: 28 点
综合积分: 54 分
注册时间: 2011-11-14
最后登录: 2017-09-13
楼主  发表于: 2012-08-01 15:33

 运行QML 程序库问题

用友善的QT4.6.3文件系统 , 运行一个QML 程序 ,运行提示:error while loading shared libraries: libQtDeclarative.so.4: cannot open shared object file: No such file or directory

后发现QT4.6.3并无libQtDeclarative.so.4, 然后用QT4.8编译出来的libQtDeclarative.so.4拷到
QT4.6.3的lib目录下,但运行还是提示error while loading shared libraries: libQtDeclarative.so.4: cannot open shared object file: No such file or directory

是否还有哪个地方需要更改设置?