diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qmake-manual-3.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qmake-manual-3.html')
-rw-r--r-- | doc/html/qmake-manual-3.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qmake-manual-3.html b/doc/html/qmake-manual-3.html index fcbc82214..4247a5260 100644 --- a/doc/html/qmake-manual-3.html +++ b/doc/html/qmake-manual-3.html @@ -44,7 +44,7 @@ body { background: #ffffff; color: black; } <pre> SOURCES = hello.cpp </pre> -<p>This line specifies the source files that implement the application. In this case there is just one file, <em>hello.cpp</em>. Most applications retquire multiple files; this situation is dealt with by listing all the files on the same line space separated, like this:</p> +<p>This line specifies the source files that implement the application. In this case there is just one file, <em>hello.cpp</em>. Most applications require multiple files; this situation is dealt with by listing all the files on the same line space separated, like this:</p> <pre> SOURCES = hello.cpp main.cpp </pre> |