From: Uwe Hermann Date: Sun, 31 Aug 2014 17:24:47 +0000 (+0200) Subject: sigrok-cross-android: Only build Qt5 modules we use. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=30adf6b94ef4eddc08510a2ec730693e04ace861 sigrok-cross-android: Only build Qt5 modules we use. --- 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 ..