Fixed typo on DQT_CMAKE_PREFIX_PATH

This commit is contained in:
Flame Soulis 2018-09-03 07:58:39 -04:00
parent 692e2eff4e
commit 06af7b8729

View file

@ -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: