diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-11 19:23:29 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-11 19:23:29 (GMT) |
commit | 081104fb003a56bb3d8330363795ace5b71bc3f8 (patch) | |
tree | 8301aaa177a198fbd7ce77392248c2b08af81d32 /Source/cmQtAutoRcc.h | |
parent | eff6e622d6cd66186ad42c9ec2ae6b2055008707 (diff) | |
download | CMake-081104fb003a56bb3d8330363795ace5b71bc3f8.zip CMake-081104fb003a56bb3d8330363795ace5b71bc3f8.tar.gz CMake-081104fb003a56bb3d8330363795ace5b71bc3f8.tar.bz2 |
AutoRcc: Write re-generation reason and rcc command as one string
In AUTORCC with verbose output write the rcc re-generation reason and
the rcc command as on single string to avoid message chopping in concurrent
builds.
Diffstat (limited to 'Source/cmQtAutoRcc.h')
-rw-r--r-- | Source/cmQtAutoRcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoRcc.h b/Source/cmQtAutoRcc.h index 01c3fb9..2dde574 100644 --- a/Source/cmQtAutoRcc.h +++ b/Source/cmQtAutoRcc.h @@ -67,6 +67,7 @@ private: std::string RccFileOutput_; std::string RccFilePublic_; cmFileTime RccFileTime_; + std::string Reason; std::vector<std::string> Options_; std::vector<std::string> Inputs_; // -- Settings file |