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/mac-differences.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/mac-differences.html') diff --git a/doc/html/mac-differences.html b/doc/html/mac-differences.html index 62aa0a567..691a7c260 100644 --- a/doc/html/mac-differences.html +++ b/doc/html/mac-differences.html @@ -122,7 +122,7 @@ application bundle (the application directory), then you place these into a directory called Frameworks, a subdirectory of the application bundle.

The application finds these dynamic libraries if the libraries have an install name of "@executable_path/../Frameworks/libname.dylib. -

If you use qmake and Makefiles, use the QMAKE_LFFLAGS_SONAME setting: +

If you use tqmake and Makefiles, use the QMAKE_LFFLAGS_SONAME setting:

 QMAKE_LFLAGS_SONAME  = -Wl,-install_name,@executable_path/../Frameworks/
 
@@ -158,7 +158,7 @@ have not been called yet).

Plugin Support

Note that it is not possible to build TQt plugins using Project Builder -or Xcode. Use qmake to configure and +or Xcode. Use tqmake to configure and build plugins.

Compiler Settings

-- cgit v1.2.3