We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faf531 commit b7c6d6dCopy full SHA for b7c6d6d
docs/en/qgc-dev-guide/getting_started/index.md
@@ -137,7 +137,7 @@ Example commands to build a default QGC and run it afterwards:
137
1. Configure:
138
139
```sh
140
- /Qt/6.8.2/gcc_64/bin/qt-cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
+ ~/Qt/6.8.2/gcc_64/bin/qt-cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
141
```
142
143
Change the directory for qt-cmake to match your install location for Qt and the kit you want to use.
0 commit comments