summaryrefslogtreecommitdiffstats
path: root/doc/qtmac-as-native.doc
diff options
context:
space:
mode:
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