Skip to content

Commit b7c6d6d

Browse files
khanasif786HTRamsey
authored andcommitted
fix default path for qt-cmake for source build
1 parent 9faf531 commit b7c6d6d

File tree

1 file changed

+1
-1
lines changed
  • docs/en/qgc-dev-guide/getting_started

1 file changed

+1
-1
lines changed

docs/en/qgc-dev-guide/getting_started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Example commands to build a default QGC and run it afterwards:
137137
1. Configure:
138138

139139
```sh
140-
/Qt/6.8.2/gcc_64/bin/qt-cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
140+
~/Qt/6.8.2/gcc_64/bin/qt-cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
141141
```
142142

143143
Change the directory for qt-cmake to match your install location for Qt and the kit you want to use.

0 commit comments

Comments
 (0)