summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-10-18 16:20:08 +0200
committerRobert Griebl <robert.griebl@qt.io>2022-10-18 18:03:29 +0200
commit96dcc5834471a6a7718e2bba8690b98079b3e678 (patch)
tree30f707dd77a8706516a3417192c0fa4b0969bfee
parent4647b771161f957d30820f83eeff4392039b54b8 (diff)
downloadqtapplicationmanager-96dcc5834471a6a7718e2bba8690b98079b3e678.tar.gz
Add a note about building inside QtCreator
Change-Id: Ic84e3c14ef1f645095b0428c0da54215abdb1bbc Fixes: QTCREATORBUG-27882 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
-rw-r--r--doc/installation.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/installation.qdoc b/doc/installation.qdoc
index 0b735313..98ac2022 100644
--- a/doc/installation.qdoc
+++ b/doc/installation.qdoc
@@ -98,6 +98,10 @@ You can force the build mode via the respective \c -config options \c force-mult
\target build
\section1 Build
+\note If you want to build within QtCreator, you have to make sure that the
+\b{qmake system() behavior when parsing:} setting in \b{Projects} > \b{Build Settings} >
+\b{General} is set to \c Ignore.
+
The application manager uses \c qmake for its build system. The basic installation steps are:
\code