当前位置: 代码迷 >> 综合 >> ubuntu qt4 qtcreator 交叉编译配置
  详细解决方案

ubuntu qt4 qtcreator 交叉编译配置

热度:54   发布时间:2023-12-09 01:58:50.0

默认情况下qtcreator用的qmake.conf位于 /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf,如果去掉该qmake.conf,qtcreator会有如下提示

 

 

Cannot read /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf: No such file or directory
Could not read qmake configuration file /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf.
Could not read qmake configuration file /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf.
Error while parsing file /work/testfile/testfile.pro. Giving up.

 

默认使用的qmake位于/usr/lib/x86_64-linux-gnu/qt4/bin/qmake

在qtcreator--》tools--》options中,有三个地方需要配置

1.先配置compilers,配置交叉编译工具链位置

2.配置QT versions,注意这里的qmake位置不能变,必须是buildroot编译出来的output/host/bin/下面的

3.配置kits

 

 注意这里compiler 选第一步中配置的编译器名,QT version选与第二步匹配的 version。