]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Bump to Qt 5.6-beta.
authorUwe Hermann <redacted>
Tue, 9 Feb 2016 07:47:51 +0000 (08:47 +0100)
committerUwe Hermann <redacted>
Tue, 9 Feb 2016 11:53:43 +0000 (12:53 +0100)
This may or may not fix bug #701.

Might fix QTBUG-48703.

  https://bugreports.qt.io/browse/QTBUG-48703

Build-tested and runtime-tested on Android 4.4.2.

cross-compile/android/sigrok-cross-android

index 395c5eefaa5175faf6ecdd4fad373ad7ef241965..a1334aa9e5558a82e10a66eb361772b288e402d4 100755 (executable)
@@ -77,7 +77,8 @@ VER_LIBFTDI1=1.2
 VER_LIBUSB=1.0.19
 VER_PYTHON=3.3.3
 VER_BOOST=1.58.0
-VER_QT=5.5.1
+VER_QT=5.6.0
+VER_QT_SHORT=5.6
 VER_SIGROK_FIRMWARE_FX2LAFW=0.1.3
 VER_NDK=10e
 VER_SDK=24.4.1
@@ -445,9 +446,9 @@ echo "using gcc : $NDK_TOOLCHAIN_VERSION : \"${TOOLCHAIN_TRIPLET}-g++\" : <cxxfl
 cd ..
 
 # Qt (needed for PulseView)
-$WGET http://download.qt-project.org/official_releases/qt/${VER_QT%.*}/${VER_QT}/single/qt-everywhere-opensource-src-${VER_QT}.tar.gz
-tar xfz qt-everywhere-opensource-src-${VER_QT}.tar.gz
-cd qt-everywhere-opensource-src-${VER_QT}
+$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
 patch -p1 < ../../android-qt.patch
 CC= CXX= ./configure \
        --prefix="$PREFIX" \
@@ -470,8 +471,6 @@ CC= CXX= ./configure \
        -skip qttools \
        -skip qttranslations \
        -skip qtwebchannel \
-       -skip qtwebkit \
-       -skip qtwebkit-examples \
        -skip qtwebsockets \
        -skip qtxmlpatterns \
        -opensource -confirm-license -silent