How to use qmake to cross-compile for imx6?
Moved
Unsolved
Mobile and Embedded
-
Well, the best thing to do is an out of source build, so if something goes wrong you just nuke the folder and start anew. This has also the advantage to leave the sources untouched.
-
Because also delete of folder qt-everywhere-opensource-src-5.8.0 and again extract qt-everywhere-opensource-src-5.8.0.zip for run the ./configure
-
Avoiding to delete and decompression of the source each time will be a gain of time.
-
So what you recommend me to do??
-
I already wrote it: use out of source builds.