Using Qt Creator to Cross Compilation for Non-Qt Projects
Unsolved
General and Desktop
-
-
It is ARM tool chain. you can use compiler directly and compile your program.
-
I use qt creator for cross compilation non-qt projects.But I built qt-everywhere for arm to generate qmake because I couldn't use default qmake(for Desktop) for arm. Is there any way cross compiling non-qt project without building qt-everywhere?