我尝试按照此处的说明安装新的 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 中还无法正常工作?
答案1
跑步:
sudo apt-get install libbotan*
答案2
遇到了同样的问题。错误消息中也包含答案。缺少libbotan*.so
。因此这是包中缺少依赖项的问题qtcreator
。
sudo apt-get install libbotan-1.10-0