From f7416e6e73c56b07f6b1481956b76718c6237fe7 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Wed, 16 Feb 2022 15:59:32 +0100 Subject: [PATCH] Remove unneeded dependencies for Android build --- autobuild/android/autobuild_apk_1_prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobuild/android/autobuild_apk_1_prepare.sh b/autobuild/android/autobuild_apk_1_prepare.sh index 2e709e674c..1d1c81cd8a 100755 --- a/autobuild/android/autobuild_apk_1_prepare.sh +++ b/autobuild/android/autobuild_apk_1_prepare.sh @@ -58,7 +58,7 @@ yes | "${ANDROID_SDKMANAGER}" --licenses THIS_SCRIPT=$(readlink -f "${0}") # Absolute path this script is in, thus /home/user/bin THIS_SCRIPT_PATH=$(dirname "${THIS_SCRIPT}") -bash "${THIS_SCRIPT_PATH}"/install-qt.sh --version "${MY_QT_VERSION}" --target android --toolchain android qtbase qt3d qtdeclarative qtandroidextras qtconnectivity qtgamepad qtlocation qtmultimedia qtquickcontrols2 qtremoteobjects qtscxml qtsensors qtserialport qtsvg qtimageformats qttools qtspeech qtwebchannel qtwebsockets qtwebview qtxmlpatterns qttranslations +bash "${THIS_SCRIPT_PATH}"/install-qt.sh --version "${MY_QT_VERSION}" --target android --toolchain android qtbase qtandroidextras qttools qttranslations # Set the QTDIR environment variable export QTDIR="/opt/Qt/${MY_QT_VERSION}/android"