Can't configure Qt Versions
-
-
You have compiled Qt locally on an embedded board? Then
qmakeis 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
qmakewill be compiled in x86 architecture, while all Qt libraries will use ARM.
