summaryrefslogtreecommitdiffstats
path: root/doc/tutorial2.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-04 13:01:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-04 22:55:45 +0900
commit6b5960c0e9ea768759c03be6532009409fa958ce (patch)
treed9deedd7df48aef68e2b456d3343f634283d0df6 /doc/tutorial2.doc
parent074d585cc3a076958b986ff7cf31eb15d1e8412a (diff)
downloadtqt-feat/tqmake.tar.gz
tqt-feat/tqmake.zip
rename qmake to tqmakefeat/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/tutorial2.doc')
-rw-r--r--doc/tutorial2.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial2.doc b/doc/tutorial2.doc
index 6202fae4b..f36f5383a 100644
--- a/doc/tutorial2.doc
+++ b/doc/tutorial2.doc
@@ -1380,10 +1380,10 @@ chooseFont().
By using a project file we can insulate ourselves from having to
create Makefiles for the platforms we wish to target. To generate a
-Makefile all we need do is run \link qmake-manual.book qmake\endlink,
+Makefile all we need do is run \link tqmake-manual.book tqmake\endlink,
e.g.
\code
-qmake -o Makefile chart.pro
+tqmake -o Makefile chart.pro
\endcode
<p align="right">