我想要构建qt嵌入式4.8.0,当构建我在mkspecs \ qws \ linux-mips_sigma-g ++中使用paramether修复
但是在构建时,会出现错误消息:
项目警告:您的mkspec包含'common / g ++。conf',但是mkspecs已被重构 解决这个问题包括'common / gcc-base-.conf和'common / g ++ - .conf'而不是
答案 0 :(得分:2)
是的,就像消息所说的那样,替换:
include(<path>/common/g++.com)
使用:
include(<path>/common/gcc-base-unix.conf)
include(<path>/common/g++-unix.conf)