From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/qmake-manual-1.html | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 doc/html/qmake-manual-1.html (limited to 'doc/html/qmake-manual-1.html') diff --git a/doc/html/qmake-manual-1.html b/doc/html/qmake-manual-1.html new file mode 100644 index 000000000..ce413523e --- /dev/null +++ b/doc/html/qmake-manual-1.html @@ -0,0 +1,46 @@ + + + + + +Introduction to qmake + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

[Home] [Next: Installing qmake]

+

Introduction to qmake

+

Introduction to qmake

+

qmake is a tool created by Trolltech to write makefiles for different compilers and platforms.

+

Writing makefiles by hand can be difficult and error prone, especially if several makefiles are retquired for different compiler and platform combinations. With qmake, developers create a simple single 'project' file and run qmake to generate the appropriate makefiles. qmake takes care of all the compiler and platform dependencies, freeing developers to focus on their code. Trolltech uses qmake as the primary build tool for the TQt library, and for the tools supplied with TQt.

+

qmake also takes care of TQt's special retquirements, automatically including build rules for moc and uic.

+ +

[Home] [Next: Installing qmake]

+


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1