aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser/commandlineoptionpool.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-07-23 12:30:45 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-07-23 14:39:09 +0200
commit57e4655e07087a50dfbdd3b9d6886c941bb2ff6f (patch)
tree4b5a0a1f7d41ddc6198214f23e20459476ec5adc /src/app/qbs/parser/commandlineoptionpool.h
parent1670c3af43c7af113b9f6eadc1d30d1e271cfc6c (diff)
add build option --check-timestamps
Give users the possibility to force qbs to read the physical timestamps instead of using the stored timestamps. Task-number: QBS-303 Change-Id: I6010515b5e8f97ec0b91069cbc7d8a1b0931dce5 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/app/qbs/parser/commandlineoptionpool.h')
-rw-r--r--src/app/qbs/parser/commandlineoptionpool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/qbs/parser/commandlineoptionpool.h b/src/app/qbs/parser/commandlineoptionpool.h
index 27de8d60a..46c36a9d9 100644
--- a/src/app/qbs/parser/commandlineoptionpool.h
+++ b/src/app/qbs/parser/commandlineoptionpool.h
@@ -56,6 +56,7 @@ public:
RemoveFirstOption *removeFirstoption() const;
NoBuildOption *noBuildOption() const;
ForceOption *forceOption() const;
+ ForceTimeStampCheckOption *forceTimestampCheckOption() const;
LogTimeOption *logTimeOption() const;
private: