diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-05-30 14:34:09 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-05-30 15:45:01 (GMT) |
commit | 2930a198f610e729d73df6771d70119adac6df2e (patch) | |
tree | ce60765554c545454c65bae917c5d1a554eec166 /Source/cmQtAutoGenerator.h | |
parent | 392f223d6055a8863064fabcc704442f29bd0c23 (diff) | |
download | CMake-2930a198f610e729d73df6771d70119adac6df2e.zip CMake-2930a198f610e729d73df6771d70119adac6df2e.tar.gz CMake-2930a198f610e729d73df6771d70119adac6df2e.tar.bz2 |
Autogen: Add lock file to AUTORCC commands
By using a per .qrc lock file in AUTORCC, the same
`cmake -E cmake_autorcc ...` command can be called concurrently.
Diffstat (limited to 'Source/cmQtAutoGenerator.h')
-rw-r--r-- | Source/cmQtAutoGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerator.h b/Source/cmQtAutoGenerator.h index 299e4c2..4e38413 100644 --- a/Source/cmQtAutoGenerator.h +++ b/Source/cmQtAutoGenerator.h @@ -124,7 +124,7 @@ public: bool FileDiffers(std::string const& filename, std::string const& content); bool FileRemove(std::string const& filename); - bool Touch(std::string const& filename); + bool Touch(std::string const& filename, bool create = false); // -- Directory access bool MakeDirectory(std::string const& dirname); |