mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 00:44:38 +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:
|
Prepare makefiles:
|
||||||
```bash
|
```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:
|
Start compilation and get a cup of coffee:
|
||||||
|
|
Loading…
Reference in a new issue