问题
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