首页 > 系统服务 > 详细

Linux 下安装QT出现The specified system/compiler is not supported错误

时间:2017-03-11 23:30:13      阅读:1847      评论:0      收藏:0      [点我收藏+]

字面意思是系统或者编译工具不支持

终端输入export,才明白是哪里出错了:

在export显示的信息中,QMAKESPEC=/xxx/xxxx/xxx/xxx这个环境变量指定的目录根本就不是我的qt源码所在的目录,就重新设一下该环境变量:
export QMAKESPEC=/root/qt-everywhere-opensource-src-4.7.0/mkspecs/Linux-g++

重新./configure........,OK!

Linux 下安装QT出现The specified system/compiler is not supported错误

原文:http://www.cnblogs.com/kirk1995/p/6536321.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!