From 30adf6b94ef4eddc08510a2ec730693e04ace861 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 31 Aug 2014 19:24:47 +0200 Subject: [PATCH] sigrok-cross-android: Only build Qt5 modules we use. --- cross-compile/android/sigrok-cross-android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-compile/android/sigrok-cross-android b/cross-compile/android/sigrok-cross-android index b48c6d7..e682023 100755 --- a/cross-compile/android/sigrok-cross-android +++ b/cross-compile/android/sigrok-cross-android @@ -306,7 +306,7 @@ tar xfz qt-everywhere-opensource-src-${VER_QT}.tar.gz cd qt-everywhere-opensource-src-${VER_QT} patch -p1 < ../../android-qt.patch ./configure --prefix="$PREFIX" -developer-build -xplatform android-g++ -nomake tests -nomake examples -android-sdk "$ANDROID_SDK" -android-ndk "$ANDROID_NDK" -android-ndk-host "$NDK_HOST" -android-arch "$TARGET_ARCH" -android-toolchain-version "$NDK_TOOLCHAIN_VERSION" -skip qttranslations -skip qtwebkit -skip qtserialport -skip qtwebkit-examples -skip qtlocation -skip qtconnectivity -opensource -confirm-license -make $PARALLEL +make module-qtbase module-qtandroidextras module-qtsvg module-qtimageformats $PARALLEL make install cd .. -- 2.30.2