Skip to content
Snippets Groups Projects

Feature/reduce size

Merged Bruno Vunderl requested to merge feature/reduce-size into master
2 files
+ 21
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -29,11 +29,13 @@ echo
@@ -29,11 +29,13 @@ echo
echo '--> Download & install the Qt library using aqt'
echo '--> Download & install the Qt library using aqt'
echo
echo
for abi in armv7 arm64_v8a x86 x86_64; do
for abi in arm64_v8a; do
aqt install-qt -O "$QT_PATH" linux android "$QT_VERSION" "android_$abi"
aqt install-qt -O "$QT_PATH" linux android "$QT_VERSION" "android_$abi"
done
done
 
aqt install-tool -O "$QT_PATH" linux desktop tools_cmake
aqt install-tool -O "$QT_PATH" linux desktop tools_cmake
aqt install-tool -O "$QT_PATH" linux desktop tools_ninja
aqt install-tool -O "$QT_PATH" linux desktop tools_ninja
 
# Host Qt needed for cross-compilation
# Host Qt needed for cross-compilation
aqt install-qt -O "$QT_PATH" linux desktop "$QT_VERSION" gcc_64
aqt install-qt -O "$QT_PATH" linux desktop "$QT_VERSION" gcc_64
Loading