typos fixed

This commit is contained in:
Uwe Rathmann 2024-01-16 14:43:10 +01:00
parent a39c288258
commit 683088539f

View File

@ -35,12 +35,14 @@ Considering that you want to use a specific Qt version that is installed below "
you have 2 options: you have 2 options:
[source,shell] [source,shell]
....
$ cmake .. -DCMAKE_PREFIX_PATH=/path/to/qt $ cmake .. -DCMAKE_PREFIX_PATH=/path/to/qt
.... ....
or or
[source,shell] [source,shell]
....
$ /path/to/qt/bin/qt-cmake .. $ /path/to/qt/bin/qt-cmake ..
.... ....