Small cleanup from last update

khg8m3r 2021-10-09 16:01:54 -04:00
parent 70bf069bd7
commit 58fc3c5602

@ -12,7 +12,7 @@ After Xcode has been downloaded and installed, the active developer directory mu
sudo xcode-select -s /path/to/Xcode.app/Contents/Developer
```
**Note:** Make sure you have the correct version of Xcode installed with the macOS SDK for your OS version. Specifically, macOS 10.13 runs up to Xcode 10, and Xcode 10 only has the macOS 14 SDK. You can download other versions of Xcode and extract the macOS SDK to add to your existing Xcode installation if needed.
**Note:** Make sure you have the correct version of Xcode installed with the macOS SDK for your OS version. For example, macOS 10.13 runs up to Xcode 10, and Xcode 10 only has the macOS 14 SDK. You can download other versions of Xcode and extract the macOS SDK to add to your existing Xcode installation if needed.
## Install Qt
@ -22,7 +22,7 @@ The offline installer can be found here. https://www.qt.io/offline-installers
When it comes to selecting components to install, select the Qt prebuilt components for MacOS.
Export your Qt5_DIR to the folder in your Qt installation with Qt5Config.cmake in it ( this is usually /<your_Qt_installation_folder>/<Qt_version>/clang_64/lib/cmake/Qt5 ) by entering in terminal `export Qt5_DIR=<path to Qt5Config>`
Export your Qt5_DIR to the folder in your Qt installation with Qt5Config.cmake in it ( this is usually `/<your_Qt_installation_folder>/<Qt_version>/clang_64/lib/cmake/Qt5` ) by entering in Terminal: `export Qt5_DIR=<path_to_Qt5Config>`
Append the Qt5_DIR to your PATH with `export PATH=$PATH:$Qt5_DIR`