From da03ea75b637b157697040c552bb9612882650fd Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 21 Aug 2020 22:52:31 +0800 Subject: [PATCH] update qt build shell script --- 3rdparty/qt5/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/3rdparty/qt5/build.sh b/3rdparty/qt5/build.sh index 4e3f66d..a28f649 100755 --- a/3rdparty/qt5/build.sh +++ b/3rdparty/qt5/build.sh @@ -18,7 +18,7 @@ JOBS=`cat /proc/cpuinfo |grep "processor"|wc -l` LIBS_PATH=`pwd`/../install/ -QT_INST_PATH=/apps/QT5.9_ARM920T +QT_INST_PATH=/apps/QT5.6_ARM920T LYFTP_SRC=ftp://master.iot-yun.club/src/ -- Gitblit v1.9.1