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-01.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tutorial1-01.html') diff --git a/doc/html/tutorial1-01.html b/doc/html/tutorial1-01.html index ffdff0b36..e64f1f456 100644 --- a/doc/html/tutorial1-01.html +++ b/doc/html/tutorial1-01.html @@ -132,14 +132,14 @@ these on to the appropriate widgets.

Compiling

To compile a C++ application you need to create a makefile. The -easiest way to create a makefile for TQt is to use the qmake build tool supplied with TQt. If you've +easiest way to create a makefile for TQt is to use the tqmake build tool supplied with TQt. If you've saved main.cpp in its 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