From b7c6d6d0d91c8f5bdd1cab562f3edc782c18523d Mon Sep 17 00:00:00 2001 From: Asif Khan <66586970+khanasif786@users.noreply.github.com> Date: Fri, 28 Feb 2025 08:43:17 +0530 Subject: [PATCH] fix default path for qt-cmake for source build --- docs/en/qgc-dev-guide/getting_started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/qgc-dev-guide/getting_started/index.md b/docs/en/qgc-dev-guide/getting_started/index.md index 6ece32c2d08..53c0b300b2c 100644 --- a/docs/en/qgc-dev-guide/getting_started/index.md +++ b/docs/en/qgc-dev-guide/getting_started/index.md @@ -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.