summaryrefslogtreecommitdiffstats
path: root/doc/qtmac-as-native.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-04 13:01:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-02 19:20:31 +0900
commit92fe63114ba50d68709680bdc89d93633dc3ed92 (patch)
tree8eb76c5af648b19d08acc2bb8a6fe0fdb82b9eaa /doc/qtmac-as-native.doc
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-feat/tqmake.tar.gz
tqt-feat/tqmake.zip
rename qmake to tqmakefeat/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/qtmac-as-native.doc')
-rw-r--r--doc/qtmac-as-native.doc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/qtmac-as-native.doc b/doc/qtmac-as-native.doc
index b69265206..1e7330550 100644
--- a/doc/qtmac-as-native.doc
+++ b/doc/qtmac-as-native.doc
@@ -141,15 +141,15 @@ it can interact with specific components of the Mac OS X experience:
between their development toolkit and the platform's developer
tools (for example MSVC, gmake, etc). Qt/Mac supports both Unix
style Makefiles, and ProjectBuilder/Xcode project files by using
- the qmake tool. For example:
+ the tqmake tool. For example:
\code
- qmake -spec macx-pbuilder project.pro
+ tqmake -spec macx-pbuilder project.pro
\endcode
- will generate an Xcode project file from project.pro. With qmake
+ will generate an Xcode project file from project.pro. With tqmake
you do not have to worry about rules for TQt's preprocessors (tqmoc
- and tquic) since qmake automatically handles them and ensures that
+ and tquic) since tqmake automatically handles them and ensures that
everything necessary is linked into your application.
TQt does not entirely interact with the development environment (for