We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67be3e9 commit b5b4514Copy full SHA for b5b4514
1 file changed
macos/download_qt6.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+
3
+# Downloads the Qt6 precompiled libraries
4
+# These are the official ones from the Qt Project
5
+# Compiling Qt6 is not feasible as it takes hours
6
7
+curl -LO "https://github.com/miurahr/aqtinstall/releases/download/v3.3.0/aqt-macos"
8
9
+chmod +x aqt-macos
10
11
+./aqt-macos install-qt -O qt mac desktop 6.10.1 clang_64 -m all
0 commit comments