]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Fix Qt download URL.
authorUwe Hermann <redacted>
Thu, 3 Oct 2019 13:26:12 +0000 (15:26 +0200)
committerUwe Hermann <redacted>
Thu, 3 Oct 2019 13:26:12 +0000 (15:26 +0200)
cross-compile/android/sigrok-cross-android

index a26f568f0ef0bb5a4d9eacbaec7a7bac7e7ca00a..a88f1c330ed3e881bc51f4b4499d447779a6e03c 100755 (executable)
@@ -450,7 +450,7 @@ echo "using gcc : $NDK_TOOLCHAIN_VERSION : \"${TOOLCHAIN_TRIPLET}-g++\" : <cxxfl
 cd ..
 
 # Qt (needed for PulseView)
-$WGET http://download.qt.io/official_releases/qt/${VER_QT_SHORT}/${VER_QT}/single/qt-everywhere-opensource-src-${VER_QT}.tar.xz
+$WGET http://download.qt.io/archive/qt/${VER_QT_SHORT}/${VER_QT}/single/qt-everywhere-opensource-src-${VER_QT}.tar.xz
 tar xfi qt-everywhere-opensource-src-${VER_QT}.tar.xz
 cd qt-everywhere-opensource-src-${VER_QT}
 patch -p1 < ../../android-qt.patch