From 51515c982ff8851c702f433dd9bb6143a5dd820a Mon Sep 17 00:00:00 2001 From: Mehran Dehghanian Date: Sat, 15 May 2021 11:25:34 +0430 Subject: [PATCH] Add 'Build Qt5.12.10 for RPI3' --- Build-Qt5.12.10-for-RPI3.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Build-Qt5.12.10-for-RPI3.md diff --git a/Build-Qt5.12.10-for-RPI3.md b/Build-Qt5.12.10-for-RPI3.md new file mode 100644 index 0000000..f8a39e0 --- /dev/null +++ b/Build-Qt5.12.10-for-RPI3.md @@ -0,0 +1,9 @@ +build configuration: +``` +../configure -release -no-eglfs -qt-xcb -xcb -nomake tests -nomake examples -skip wayland -skip qtscript -skip qtwebengine \ +-device linux-rasp-pi3-g++ \ +-device-option CROSS_COMPILE=/media/mehran/extra3/Qt5Pi3X11/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- \ +-sysroot /media/mehran/extra3/Qt5Pi3X11/raspi/sysroot -opensource -confirm-license -make libs -prefix /usr/local/qt5pi \ +-extprefix /media/mehran/extra3/Qt5Pi3X11/raspi/qt5pi -hostprefix /media/mehran/extra3/Qt5Pi3X11/raspi/qt5 -v -no-use-gold-linker + +``` \ No newline at end of file