summaryrefslogtreecommitdiffstats
path: root/qmake/book/qmake-tutorial.leaf
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/book/qmake-tutorial.leaf')
-rw-r--r--qmake/book/qmake-tutorial.leaf2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/book/qmake-tutorial.leaf b/qmake/book/qmake-tutorial.leaf
index 81e21d18d..49f5f8560 100644
--- a/qmake/book/qmake-tutorial.leaf
+++ b/qmake/book/qmake-tutorial.leaf
@@ -72,7 +72,7 @@ you can set it in the project file:
The final step is to set the \e CONFIG variable. Since this is a Qt
application, we need to put 'qt' on the CONFIG line so that \e qmake
will add the relevant libraries to be linked against and ensure that
-build lines for \e moc and \e uic are included in the makefile.
+build lines for \e tqmoc and \e tquic are included in the makefile.
The finished project file should look like this:
\code