Skip to content

Commit 5d1a855

Browse files
committed
Update docs for using qt-cmake
1 parent c735118 commit 5d1a855

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

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

139139
```sh
140-
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

143+
Change the directory for qt-cmake to match your install location for Qt and the kit you want to use.
144+
143145
1. Build
144146

145147
```sh

0 commit comments

Comments
 (0)