im6ull linux 移植qt

#!/bin/bash

cd ./qtbase/mkspecs/

 cp linux-arm-gnueabi-g++ linux-arm-gnueabihf-g++ -r



 ./configure -prefix /home/jeams/qt5.15  -xplatform linux-arm-gnueabihf-g++  -opensource  -confirm-license  -release  -strip -shared  -recheck-all  -skip qtlocation  -no-opengl

 

https://blog.csdn.net/mirror360/article/details/140065159

https://forum.qt.io/topic/80267/the-opengl-functionality-tests-failed/16

 

posted @ 2024-09-09 00:41  微笑的''80  阅读(7)  评论(0)    收藏  举报