本文介绍了交叉编译Qt 5的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当交叉编译Qt 5.1(arm-linux-gnueabihf-4.7)时,哪些可执行文件没有交叉编译(qmake,moc,bootstrap等)?
When cross compiling Qt 5.1 (arm-linux-gnueabihf-4.7), what executables are not cross compiled (qmake, moc, bootstrap, etc.)?
在检查并运行Qt 5生成过程后,moc和boostrap交叉编译了,我认为这会导致生成错误...
After reviewing and running the Qt 5 build process, moc and boostrap are getting cross-compiled, which I think is causing a build error...
推荐答案
托管工具基本上是:
- qmake(将来会出现qbs)
- moc
- uic
- qdoc
- rcc
- qmake (qbs in the future)
- moc
- uic
- qdoc
- rcc
这篇关于交叉编译Qt 5的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!