Cross compiling Qt 5

谁都会走 提交于 2019-12-24 01:41:12

问题


When cross compiling Qt 5.1 (arm-linux-gnueabihf-4.7), what executables are not cross compiled (qmake, moc, bootstrap, etc.)?

After reviewing and running the Qt 5 build process, moc and boostrap are getting cross-compiled, which I think is causing a build error...


回答1:


When cross compiling Qt 5.1 (arm-linux-gnueabihf-4.7), what executables are not cross compiled (qmake, moc, bootstrap, etc.)?

The "host" tools, basically:

  • qmake (qbs in the future)
  • moc
  • uic
  • qdoc
  • rcc


来源:https://stackoverflow.com/questions/19041157/cross-compiling-qt-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!