@Yalimyulad said in Post installing Qmake for new devices:
Is it possible to somehow copy the Qmake I have built from raspberry pi to my desktop?
Nothing is physically stopping you, but it won't work.
qmake is created and specific to the Qt FrameWork/Compiler used for that framework.
The compiler on your pi is not the same as the one you would use for cross compiling
If you want to really cross compile for the Pi , you will have to jump through some loops.
There are some guides out there for example this wiki entries
https://wiki.qt.io/Raspberry_Pi_Beginners_Guide
https://wiki.qt.io/RaspberryPi2EGLFS