I'd like to know if there's any way I could specify to qmake the target architecture I'd like to cross compile to?
Something like:
qmake -qt4 -makefile -target_architecture
I'd like to know if there's any way I could specify to qmake the target architecture I'd like to cross compile to?
Something like:
qmake -qt4 -makefile -target_architecture
qmake -spec <spec>
where<spec>
can be found here:qt-src/mkspecs/
or here$$QT_HOME/mkspecs/
.