mirror of
https://github.com/citra-emu/citra.git
synced 2025-07-30 05:30:11 +00:00
Correct QT5 path for home-brew install
parent
38f6d2d317
commit
ba44b4d3ab
@ -36,7 +36,7 @@ First of all, you have to tell CMake where your Qt5 is installed (add this line
|
|||||||
export CMAKE_PREFIX_PATH=/path/to/Qt5/5.X/clang_64/lib/cmake:$CMAKE_PREFIX_PATH
|
export CMAKE_PREFIX_PATH=/path/to/Qt5/5.X/clang_64/lib/cmake:$CMAKE_PREFIX_PATH
|
||||||
```
|
```
|
||||||
|
|
||||||
In the case that you installed Qt5 with Homebrew, this path is probably something like `/usr/local/Cellar/qt5/<specific version here>/clang_64/lib/cmake`.
|
In the case that you installed Qt5 with Homebrew, this path is probably something like `/usr/local/Cellar/qt5/<specific version here>/lib/cmake`.
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user