diff options
author | Christian Kandeler <[email protected]> | 2014-09-12 11:02:29 +0200 |
---|---|---|
committer | Christian Kandeler <[email protected]> | 2014-09-15 17:39:42 +0200 |
commit | 5cc3749167146ac00c08517df06f9d5a99fb3019 (patch) | |
tree | b9a997a227634103c7875825fa7bee8337937f44 /doc/src | |
parent | 62da66a0aa4a680e3e7c1eb050c1a951c7f13369 (diff) |
QbsProjectManager: Do not expose the "check timestamps" option.
The functionality it offers is not essential, and it has side-effects
that can lead to bugs if users turn it on for no particular reason.
Change-Id: Iaed660c649de46e7f81d3a1c3311693ed0820d50
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/projects/creator-projects-qbs.qdoc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/src/projects/creator-projects-qbs.qdoc b/doc/src/projects/creator-projects-qbs.qdoc index 9c8b246e942..8fdd4228642 100644 --- a/doc/src/projects/creator-projects-qbs.qdoc +++ b/doc/src/projects/creator-projects-qbs.qdoc @@ -114,12 +114,6 @@ \li Select \gui {Keep going} to continue building when errors occur, if possible. - \li Select \gui {Check timestamps} to retrieve the - timestamps from the file system instead of using the - ones stored in the build graph. You only need this - option if you made changes to the build directory - manually, which is not recommended. - \endlist \endlist |