Skip to content

Commit

Permalink
fix default path for qt-cmake for source build
Browse files Browse the repository at this point in the history
  • Loading branch information
khanasif786 authored and HTRamsey committed Feb 28, 2025
1 parent 9faf531 commit b7c6d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/qgc-dev-guide/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Example commands to build a default QGC and run it afterwards:
1. Configure:

```sh
/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
```

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

0 comments on commit b7c6d6d

Please sign in to comment.