I am running a Odroid with Ubuntu Mate. I need to download qt and so I need to know if I should get the 32 or 64 bit version of qt.
odroid@odroid:~/software/qt5$ uname -i
armv7l
uname -i returns armv7l. Does that mean I should download the 32 or 64 bit of qt?
armv7l is 32 bit processor.
If you need a little bit more information regarding ARMv8, please read @Rinzwind's answer :-)
ARMv8 is 64-bit. With 32-bit compatibility.
Anything lower (like ARMv7) is 32-bit.