]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Bump Qt to 5.6.0.
authorUwe Hermann <redacted>
Sun, 15 May 2016 14:23:42 +0000 (16:23 +0200)
committerUwe Hermann <redacted>
Sun, 15 May 2016 14:26:17 +0000 (16:26 +0200)
We were using Qt 5.6.0-beta before (which is no longer available).

cross-compile/android/sigrok-cross-android

index 4b7295210bf6c2fbb237e5fce79ccd3ce11a4615..e6f8ed9fc20d215240574ee5dfc3f74543a66d4e 100755 (executable)
@@ -446,9 +446,9 @@ echo "using gcc : $NDK_TOOLCHAIN_VERSION : \"${TOOLCHAIN_TRIPLET}-g++\" : <cxxfl
 cd ..
 
 # Qt (needed for PulseView)
-$WGET http://download.qt.io/snapshots/qt/${VER_QT_SHORT}/${VER_QT}-beta/latest_src/qt-everywhere-opensource-src-${VER_QT}-beta.tar.gz
-tar xfz qt-everywhere-opensource-src-${VER_QT}-beta.tar.gz
-cd qt-everywhere-opensource-src-${VER_QT}-beta
+$WGET http://download.qt.io/official_releases/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
 CC= CXX= ./configure \
        --prefix="$PREFIX" \