diff options
author | Andy Shaw <qt-info@nokia.com> | 2009-04-06 06:08:05 (GMT) |
---|---|---|
committer | Andy Shaw <qt-info@nokia.com> | 2009-04-06 06:08:05 (GMT) |
commit | 020ced4994bace0ed7f494bec8905afa959f76ed (patch) | |
tree | 88eecd87fea861a33637dfdd6eaab714f51494c2 /doc | |
parent | 219bc135ff23119072c2ac25dfb609e303987663 (diff) | |
download | Qt-020ced4994bace0ed7f494bec8905afa959f76ed.zip Qt-020ced4994bace0ed7f494bec8905afa959f76ed.tar.gz Qt-020ced4994bace0ed7f494bec8905afa959f76ed.tar.bz2 |
Update the qmake documentation regarding when the .qmake.cache is
processed.
Reviewed-by: TrustMe
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qmake-manual.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/qmake-manual.qdoc b/doc/src/qmake-manual.qdoc index 27cfa0b..39581a2 100644 --- a/doc/src/qmake-manual.qdoc +++ b/doc/src/qmake-manual.qdoc @@ -3080,6 +3080,9 @@ called \c{.qmake.cache} in parent directories of the current directory. If it fails to find this file, it will silently ignore this step of processing. + If it finds a \c{.qmake.cache} file then it will process this file first before + it processes the project file. + \target LibDepend \section1 Library Dependencies |