diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2009-03-26 15:03:44 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2009-04-01 09:34:16 (GMT) |
commit | 665d338817900f3474d41359df39285515921f34 (patch) | |
tree | 671ed21f60953f229dd58624a8ef62c3daabd6d2 /doc/src/qmake-manual.qdoc | |
parent | 21b8f37ba1c29450d46abe3d86f6215d42e5f232 (diff) | |
download | Qt-665d338817900f3474d41359df39285515921f34.zip Qt-665d338817900f3474d41359df39285515921f34.tar.gz Qt-665d338817900f3474d41359df39285515921f34.tar.bz2 |
Subject: added options to CONFIG in qmake
Details: added some non documented options for COFIG in the qmake manual
Fields
Reviewed-by: Geir Vattekar
Reviewed-by: Marius Storm-Olsen
Task-number: 248432
Diffstat (limited to 'doc/src/qmake-manual.qdoc')
-rw-r--r-- | doc/src/qmake-manual.qdoc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/qmake-manual.qdoc b/doc/src/qmake-manual.qdoc index 30da8c6..27cfa0b 100644 --- a/doc/src/qmake-manual.qdoc +++ b/doc/src/qmake-manual.qdoc @@ -367,15 +367,20 @@ \row \o debug \o The project is to be built in debug mode. \row \o debug_and_release \o The project is built in \e both debug and release modes. + \row \o debug_and_release_target \o The project is built in \e both debug + and release modes. TARGET is built into \e both the debug and release directories. \row \o build_all \o If \c debug_and_release is specified, the project is built in both debug and release modes by default. + \row \o autogen_precompile_source \o Automatically generates a \c .cpp file that includes + the precompiled header file specified in the .pro file. \row \o ordered \o When using the \c subdirs template, this option specifies that the directories listed should be processed in the order in which they are given. \row \o warn_on \o The compiler should output as many warnings as possible. This is ignored if \c warn_off is specified. \row \o warn_off \o The compiler should output as few warnings as possible. - \endtable + \row \o copy_dir_files \o Enables the install rule to also copy directories, not just files. + \endtable The \c debug_and_release option is special in that it enables \e both debug and release versions of a project to be built. In such a case, the Makefile that |