码迷,mamicode.com
首页 > 系统相关 > 详细

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

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

标签:目录   compiler   sdn   replace   compile   指定   xxxx   exp   title   

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

终端输入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错误

标签:目录   compiler   sdn   replace   compile   指定   xxxx   exp   title   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!