Qt 5.12 Compile from Source fpr NanoPc T4
Posted: Sun Jan 13, 2019 1:18 pm
Hi,
We just bought a test device from amazon nanaPc T4 and try to compile Qt 5.12 (even Qt5.11 also ok) what is the best tested compile arguments for configuring Qt source to prepare compiling.
In raspberry pi in the Qt source folder we can do this :
How we can compile Qt from source in the NanoPc T4 (I have desktop version with Qt creator installed)
We need to compile our selves.
Best
We just bought a test device from amazon nanaPc T4 and try to compile Qt 5.12 (even Qt5.11 also ok) what is the best tested compile arguments for configuring Qt source to prepare compiling.
In raspberry pi in the Qt source folder we can do this :
Code: Select all
./configure -release -opengl es2 -device linux-rasp-pi2-g++ -device-option CROSS_COMPILE=$TOOLCHAIN/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- -sysroot $ROOTFS -prefix /usr/local/qt5
How we can compile Qt from source in the NanoPc T4 (I have desktop version with Qt creator installed)
We need to compile our selves.
Best