简体   繁体   English

交叉编译Qt 5

[英]Cross compiling Qt 5

When cross compiling Qt 5.1 (arm-linux-gnueabihf-4.7), what executables are not cross compiled (qmake, moc, bootstrap, etc.)? 交叉编译Qt 5.1(arm-linux-gnueabihf-4.7)时,哪些可执行文件没有交叉编译(qmake,moc,bootstrap等)?

After reviewing and running the Qt 5 build process, moc and boostrap are getting cross-compiled, which I think is causing a build error... 审查并运行Qt 5生成过程后,moc和boostrap交叉编译,我认为这会导致生成错误...

When cross compiling Qt 5.1 (arm-linux-gnueabihf-4.7), what executables are not cross compiled (qmake, moc, bootstrap, etc.)? 交叉编译Qt 5.1(arm-linux-gnueabihf-4.7)时,哪些可执行文件没有交叉编译(qmake,moc,bootstrap等)?

The "host" tools, basically: “主机”工具基本上是:

  • qmake (qbs in the future) qmake(将来的qbs)
  • moc MOC
  • uic UIC
  • qdoc 的QDoc
  • rcc RCC

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM