aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2024-05-10 13:42:15 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2024-05-10 13:42:15 +0200
commitc5f7f5d27ae9ec0ba1ac4832060ee8dfeca21e6f (patch)
treecc5041a6139a30a25b2316d9a5686671f04183f7 /doc
parent67af0c9517b01c482f425a6761b1cf38c486d3c3 (diff)
parentfc4dec2f6a82c11ff7fe1aac2408d83dbbd1a9c5 (diff)
Merge 2.3 into masterHEADmaster
Diffstat (limited to 'doc')
-rw-r--r--doc/qbs.qdoc2
-rw-r--r--doc/tutorial.qdoc4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index cbe33f98a..83e461f29 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -72,7 +72,7 @@
\endlist
\li \l{Tutorial}
\list
- \li \l{tutorial-1.html}{Application}
+ \li \l{tutorial-1.html}{Console Application}
\li \l{tutorial-2.html}{Static Library}
\li \l{tutorial-3.html}{Dynamic Library}
\li \l{tutorial-4.html}{Convenience Items}
diff --git a/doc/tutorial.qdoc b/doc/tutorial.qdoc
index 7d336b5b3..b17cf4faf 100644
--- a/doc/tutorial.qdoc
+++ b/doc/tutorial.qdoc
@@ -36,7 +36,7 @@
concepts.
\list
- \li \l{tutorial-1.html}{Application}
+ \li \l{tutorial-1.html}{Console Application}
\li \l{tutorial-2.html}{Static Library}
\li \l{tutorial-3.html}{Dynamic Library}
\li \l{tutorial-4.html}{Convenience Items}
@@ -53,7 +53,7 @@
\page tutorial-1.html
\nextpage tutorial-2.html
- \title Application
+ \title Console Application
Let's start with a mandatory Hello World example. There is a Hello World example in the
\l{overview.html#well-defined-language}{overview section}, but this time we will create a