From 6b5960c0e9ea768759c03be6532009409fa958ce Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 4 Nov 2024 13:01:41 +0900 Subject: rename qmake to tqmake Signed-off-by: Michele Calgaro --- doc/html/tutorial1-07.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tutorial1-07.html') diff --git a/doc/html/tutorial1-07.html b/doc/html/tutorial1-07.html index 45ab54827..7449ae428 100644 --- a/doc/html/tutorial1-07.html +++ b/doc/html/tutorial1-07.html @@ -176,11 +176,11 @@ are here creating a "chain" of signals and slots. creating one for a single-file application. If you've saved all the files in this example in their own directory, all you have to do is:
-qmake -project
-qmake
+tqmake -project
+tqmake
 
-

The first command tells qmake to +

The first command tells tqmake to create a .pro (project) file. The second command tells it to create a (platform-specific) makefile based on the project file. You should now be able to type make (or nmake if you're using Visual -- cgit v1.2.3