-
Notifications
You must be signed in to change notification settings - Fork 0
Lucian Cumpata edited this page Mar 23, 2022
·
2 revisions
How to install QT Creator 6 (based on QT 6.2.2) on macOS (Big Sur version 11.6.5) on Apple Silicon M1 (arm64) ?
-
Install Command Line Tools for Xcode 12.5.1 link (Apple ID required)
-
Download the QT Online Installer link
-
Launch the .dmg file and follow the install Instructions (QT Account required)
-
Launch QT Creator and configure kits by going to Preferences -> Kits -> Compilers -> and configure the compilers as follows:
- For C the path would be /Library/Developer/CommandLineTools/usr/bin/clang
- For C++ the path would be/Library/Developer/CommandLineTools/usr/bin/clang++