QtCreator错误;无法加载库;ProjectExplorer(2.6.82)


8

我尝试按照此处的说明安装新的Ubuntu Phone SDK:http : //developer.ubuntu.com/resources/app-developer-cookbook/mobile/currency-converter-phone-app/

不幸的是,当我运行Qt-Creator时,它说一堆插件无法加载:

Cannot load plugin because dependency failed to load: ProjectExplorer(2.6.82)
Reason: /usr/lib/x86_64-linux-gnu/qtcreator/plugins/QtProject/libProjectExplorer.so: Cannot load library /usr/lib/x86_64-linux-gnu/qtcreator/plugins/QtProject/libProjectExplorer.so: (libQt5Declarative.so.5: cannot open shared object file: No such file or directory)

说明中是否缺少步骤,我的设置有问题还是在12.10中不起作用?


2
libqt5declarative5安装正确吗?
Joseph Mills

就是这样,谢谢!希望最终的Ubuntu Phone SDK将更新依赖项信息,以免发生这种情况。
NoBugs 2013年

Answers:



1

有同样的问题。错误消息还包含答案。有一个失踪者libbotan*.so。因此,这是qtcreator软件包中缺少的依赖项问题。

sudo apt-get install libbotan-1.10-0
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.