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
Copyright © 2021 Jogjafile Inc.
qmake -spec <spec>where<spec>can be found here:qt-src/mkspecs/or here$$QT_HOME/mkspecs/.