From 61f56d9bb73ea6a273f90fe83f6013b4a698048e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 17 Feb 2021 17:30:28 +0100 Subject: [PATCH] doc: Mention qmake6 as name of qmake executable on Linux Task-number: QTBUG-89170 Change-Id: I16c86f04b4c34e7099c220cf028ba1cdb20550e9 Reviewed-by: Paul Wicking (cherry picked from commit fb56cf449b665aa5c9cfd88a92937279a7dd8a54) Reviewed-by: Qt Cherry-pick Bot --- qmake/doc/src/qmake-manual.qdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 5939a48150f..c097756be8e 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -490,6 +490,9 @@ \snippet code/doc_src_qmake-manual.pro 8 + \note If you installed Qt via a package manager, the binary + may be \c{qmake6}. + \section1 Operating Modes qmake supports two different modes of operation. In the default mode, qmake @@ -5389,6 +5392,9 @@ \snippet code/doc_src_qmake-manual.pro 114 + \note If you installed Qt via a package manager, the binary + may be \c{qmake6}. + Then type \c make or \c nmake depending on the compiler you use. For Visual Studio users, qmake can also generate Visual Studio project