3. Install the command-line developer tools, approx. 0.6GB:
1. Launch Terminal.app and run:
xcode-select --install
2. Click "Install".
3. Click "Agree".
This will download and install the latest version of the Command-Line Tools for Xcode for your version of macOS, without requiring a developer account.
_Alternatively, the command-line tools installer .dmg can be downloaded from the [Xcode] download site, but you will need a (free) developer account and will
need to pick the appropriate download for your version of macOS._
3. Next, Skip, Continue, (optionally change the installation directory), Continue
* Qt is entirely self-contained and can be installed anywhere. It defaults to ~/Qt5.12.2.
* If you only have the command-line tools installed, the Qt installer will complain that "You need to install Xcode and set up Xcode command line tools." Simply click OK.
1. Copy the "Build directory" path from the **Build Settings** panel above. (Default is "/Users/build/OSCAR-code/build-oscar-Desktop_Qt_5_12_2_clang_64bit-Release")
2. Tools > External > Configure...
3. Select "Add Tool" from the "Add" drop-down menu near the bottom of the window.
4. Set the name to "Deploy".
5. Set the Description to "Creates a distributable .dmg".
6. Set the Executable to the full path where you installed Qt: "/Users/build/Qt5.12.2/5.12.2/clang_64/bin/macdeployqt".
7. Set the Arguments to "OSCAR.app -dmg".
8. Set the working directory to the build directory path copied in step 1.
9. Click OK.
5. To compile, select Build > Build Project "oscar". The application is in OSCAR.app.
6. To create a .dmg, select Tools > External > Deploy. The dmg is at OSCAR.dmg.