Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt6-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bruno Vunderl
qt6-docker
Merge requests
!1
Feature/reduce size
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/reduce size
feature/reduce-size
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Bruno Vunderl
requested to merge
feature/reduce-size
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a2a8b612
1 commit,
2 years ago
2 files
+
21
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
6.3-android-aqt/get_qt.sh
+
3
−
1
Options
@@ -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
arm
v7 arm64_v8a x86 x86_64
;
do
for
abi
in
arm
64_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