QT Cross Compiling qmake mkspec wrong
Unsolved
Qt Creator and other tools
-
Hi,
I have two versions of Tools installed. One is prebuild of DIGI, the other I build.
The prebuild one works.
The one I build has issues:
in Makefile QT generated CXX = g++
It should be should have a prefix.
I trace down the issue: the qmake -spec linux-g++
it should be linux-oe-g++I check QMAKESPEC value, it is ... ending with linux-oe-g++
I don't know how why linux-g++ is used instead of linux-oe-g++
THank you,
TIger