Runnig Qt Ubuntu app on Ubuntu for ARM
-
Most probably yes, you just need to recompile it, Qt and all dependencies (if you bundle them).
-
Thank you for response,
That's mean i have to cross compile all libraries manually with arm-gcc compiler, did all Qt external libraries are compatible with gcc-arm compiler. I wont to be sure for this before i buy 300$ tablet.
@BTYAS said in Runnig Qt Ubuntu app on Ubuntu for ARM:
That's mean i have to cross compile all libraries manually with arm-gcc compiler, did all Qt external libraries are compatible with gcc-arm compiler.
Some libraries may be available in your ARM Debian already (through
apt install
) so you may not need to compile everything yourself. -
Thank you for response,
That's mean i have to cross compile all libraries manually with arm-gcc compiler, did all Qt external libraries are compatible with gcc-arm compiler. I wont to be sure for this before i buy 300$ tablet.
-
@BTYAS Ubuntu already provides Qt, but not the latest version. If you don't need latest Qt version simply install Ubuntu for ARM and needed Qt packages via apt.