Skip to content

Commit b5b4514

Browse files
committed
macOS: Add qt6 downloader
1 parent 67be3e9 commit b5b4514

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

macos/download_qt6.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)