summaryrefslogtreecommitdiffstats
path: root/doc/html/mac-differences.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/mac-differences.html')
-rw-r--r--doc/html/mac-differences.html4
1 files changed, 2 insertions, 2 deletions
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.
<p> The application finds these dynamic libraries if the libraries have an
install name of "@executable_path/../Frameworks/libname.dylib.
-<p> If you use qmake and Makefiles, use the QMAKE_LFFLAGS_SONAME setting:
+<p> If you use tqmake and Makefiles, use the QMAKE_LFFLAGS_SONAME setting:
<p> <pre>
QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../Frameworks/
</pre>
@@ -158,7 +158,7 @@ have not been called yet).
<p> <h3> Plugin Support
</h3>
<a name="4-4"></a><p> Note that it is not possible to build TQt plugins using Project Builder
-or Xcode. Use <a href="qmake-manual.html">qmake</a> to configure and
+or Xcode. Use <a href="tqmake-manual.html">tqmake</a> to configure and
build plugins.
<p> <h2> Compiler Settings
</h2>