Reputation: 115
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...
Upvotes: 3
Views: 1533
Reputation: 53173
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:
Upvotes: 5