mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 09:42:20 +02:00
Fixed typo on DQT_CMAKE_PREFIX_PATH
This commit is contained in:
parent
692e2eff4e
commit
06af7b8729
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ cd hifi/build
|
|||
|
||||
Prepare makefiles:
|
||||
```bash
|
||||
cmake -DQT_CMAKE_PREFIX_PATH=/usr/local/Qt5.10.1/5.10/gcc_64/lib/cmake ..
|
||||
cmake -DQT_CMAKE_PREFIX_PATH=/usr/local/Qt5.10.1/5.10.1/gcc_64/lib/cmake ..
|
||||
```
|
||||
|
||||
Start compilation and get a cup of coffee:
|
||||
|
|
Loading…
Reference in a new issue