交叉编译Qt 5

时间:2013-09-27 01:05:36

标签: c++ linux qt qt5 cross-compiling

当交叉编译Qt 5.1(arm-linux-gnueabihf-4.7)时,哪些可执行文件不是交叉编译的(qmake,moc,bootstrap等)?

在审核并运行Qt 5构建过程之后,moc和boostrap正在进行交叉编译,我认为这会导致构建错误......

1 个答案:

答案 0 :(得分:4)

  

当交叉编译Qt 5.1(arm-linux-gnueabihf-4.7)时,哪些可执行文件没有交叉编译(qmake,moc,bootstrap等)?

“主机”工具,基本上是:

  • qmake(将来的qbs)
  • MOC
  • UIC
  • 的QDoc
  • RCC