diff options
author | Andy Shaw <qt-info@nokia.com> | 2009-04-06 06:08:05 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-06 08:38:04 (GMT) |
commit | 1adae6c51e530d124a3b90d6dd2ee8d7ebb99812 (patch) | |
tree | 88eecd87fea861a33637dfdd6eaab714f51494c2 | |
parent | 219bc135ff23119072c2ac25dfb609e303987663 (diff) | |
download | Qt-1adae6c51e530d124a3b90d6dd2ee8d7ebb99812.zip Qt-1adae6c51e530d124a3b90d6dd2ee8d7ebb99812.tar.gz Qt-1adae6c51e530d124a3b90d6dd2ee8d7ebb99812.tar.bz2 |
Update the qmake documentation regarding when the .qmake.cache is
processed.
Reviewed-by: TrustMe
(cherry picked from commit 020ced4994bace0ed7f494bec8905afa959f76ed)
-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 |