summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-14 22:33:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-14 22:33:41 -0600
commit0f92dd542b65bc910caaf190b7c623aa5158c86a (patch)
tree120ab7e08fa0ffc354ef58d100f79a33c92aa6e6 /qmake
parentd796c9dd933ab96ec83b9a634feedd5d32e1ba3f (diff)
downloadtqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.tar.gz
tqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.zip
Fix native TQt3 accidental conversion to tquit
Diffstat (limited to 'qmake')
-rw-r--r--qmake/book/qmake-commandreference.leaf4
-rw-r--r--qmake/book/qmake-concepts.leaf2
2 files changed, 3 insertions, 3 deletions
diff --git a/qmake/book/qmake-commandreference.leaf b/qmake/book/qmake-commandreference.leaf
index e20c4218..1e499ab7 100644
--- a/qmake/book/qmake-commandreference.leaf
+++ b/qmake/book/qmake-commandreference.leaf
@@ -1954,7 +1954,7 @@ Note: the QMAKESPEC path will automatically be added to the
It is common on UNIX to be able to install from the same utility as
you build with (e.g make install). For this \e qmake has introduce the
-concept of an install set. The notation for this is tquite simple,
+concept of an install set. The notation for this is quite simple,
first you fill in an "object" in qmake for example:
\code
@@ -2104,7 +2104,7 @@ qmake backends (currently this is only supported by the UNIX \link
#MAKEFILE_GENERATOR generator \endlink).
The interfaces to customizing the Makefile are done through "objects" as in
-other places in qmake. The notation for this is tquite simple, first you
+other places in qmake. The notation for this is quite simple, first you
fill in an "object" in qmake for example:
\code
diff --git a/qmake/book/qmake-concepts.leaf b/qmake/book/qmake-concepts.leaf
index 3f71bdf9..09dadad3 100644
--- a/qmake/book/qmake-concepts.leaf
+++ b/qmake/book/qmake-concepts.leaf
@@ -11,7 +11,7 @@ also contains additional features to support Qt development.
\e qmake generates a makefile based on the information in a project
file. Project files are created by the developer. Project files are
-usually simple, but can be tquite sophisticated if retquired.
+usually simple, but can be quite sophisticated if retquired.
\e qmake can also generate projects for Microsoft Visual studio
without having to change the project file.