标题:在ubuntu下安装qt5.4问题
作者:hello_jie
日期:2015-02-25 10:52
内容:
在刚装好的系统中配置好了一些基础的开发环境gcc G++
linux下Qt环境搭建,一些qt的相关组件安装好了,(但是不知道是不是完善)
解压qt-everywhere-opensource-src-5.4.0代码并且执行了./configure 生成了MakeFile文件
各种库文件完整,经过一小会,配置完成,会出现以下信息
Qtis now configured for building ,just run 'make'
Once everything is built , you must run 'makeinstall'
Qt will be installed into /usr/local/Qt-4.8.2
Toreconfigure ,run 'make confclean' and 'configure'
说明Makefile文件生成成功
但是在编译make时,出现
[color=#3 ..
#1 [yearl 02-25 17:45]
这是5.4.0的BUG.
building Qt on Linux without dbus (QTBUG-43205).
用Qt 5.4.1吧。