QT - LucianCumpata/DevOps GitHub Wiki

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:

  1. For C the path would be /Library/Developer/CommandLineTools/usr/bin/clang
  2. For C++ the path would be/Library/Developer/CommandLineTools/usr/bin/clang++