diff --git a/CI/kuiper/build_qt.sh b/CI/kuiper/build_qt.sh index 600ca8e0a1..638dc78b5f 100755 --- a/CI/kuiper/build_qt.sh +++ b/CI/kuiper/build_qt.sh @@ -48,7 +48,7 @@ build_qt5.15.2(){ -prefix $QT_SYSTEM_LOCATION \ -extprefix $QT_BUILD_LOCATION \ -eglfs \ - -opengl es2 \ + -opengl desktop \ -device linux-rasp-pi4-v3d-g++ \ -device-option CROSS_COMPILE=$CROSS_COMPILER/bin/arm-linux-gnueabihf- \ -skip qtscript \