mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
Qt no longer offers the offline installer
parent
f4a82a66f3
commit
3159eb0ac7
@ -22,6 +22,11 @@ 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.
|
||||
|
||||
> [!NOTE]
|
||||
> Starting version 5.15, you must build Qt from source.[^1]
|
||||
|
||||
[^1]: https://web.archive.org/save/https://download.qt.io/archive/qt/5.15/5.15.0/OFFLINE_README.txt
|
||||
|
||||
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`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user