从昨天开始,我无法启动 QtCreator。尝试从终端启动 QtCreator 给了我这个错误消息,我没有找到任何内容:
qtcreator: symbol lookup error: /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so: undefined symbol: _ZN15QPlatformWindow17formatWindowTitleERK7QStringS2_
Run Code Online (Sandbox Code Playgroud)
任何想法这是关于什么?
为 Ubuntu SDK 和 Qt 运行带有 qt5-edgers ppa 的 Ubuntu 13.04。
QtCreator 版本:2.7.0-0ubuntu4~raring1~test5
不知何故,我似乎安装了两个 Qt 版本(感谢 hakermania)。在我删除了所有 Qt4 内容并重新安装 Ubuntu SDK 和 QtCreator(再次)后,它起作用了。