From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/qmake-manual-3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/qmake-manual-3.html') 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; }
     SOURCES = hello.cpp
 
-

This line specifies the source files that implement the application. In this case there is just one file, hello.cpp. Most applications retquire multiple files; this situation is dealt with by listing all the files on the same line space separated, like this:

+

This line specifies the source files that implement the application. In this case there is just one file, hello.cpp. Most applications require multiple files; this situation is dealt with by listing all the files on the same line space separated, like this:

     SOURCES = hello.cpp main.cpp
 
-- cgit v1.2.1