Can't configure Qt Versions
Unsolved
Installation and Deployment
-
-
You have compiled Qt locally on an embedded board? Then
qmake
is probably compiled in ARM architecture. Your x86 computer won't be able to run this.If you want to compile your embedded app on a desktop, you need to cross-compile Qt. Then your
qmake
will be compiled in x86 architecture, while all Qt libraries will use ARM.