From 683088539fbd25255eaede4e142d74cb9cd3c0c9 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Tue, 16 Jan 2024 14:43:10 +0100 Subject: [PATCH] typos fixed --- doc/tutorials/03-writing-your-first-application.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/tutorials/03-writing-your-first-application.asciidoc b/doc/tutorials/03-writing-your-first-application.asciidoc index 1627ac63..cd16d942 100644 --- a/doc/tutorials/03-writing-your-first-application.asciidoc +++ b/doc/tutorials/03-writing-your-first-application.asciidoc @@ -35,12 +35,14 @@ Considering that you want to use a specific Qt version that is installed below " you have 2 options: [source,shell] +.... $ cmake .. -DCMAKE_PREFIX_PATH=/path/to/qt .... or [source,shell] +.... $ /path/to/qt/bin/qt-cmake .. ....