diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-14 17:42:52 +0100 |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-19 12:35:39 +0100 |
commit | 6b31416d6c9bdc8b89a918f217a6678cc6083fed (patch) | |
tree | 95989a837b4fcc47ab58cd143480f52fb2306aa4 /Source/cmQtAutoGenerators.h | |
parent | 1bd74130f2a804d073081f7e3e4f307c3fecb07c (diff) | |
download | cmake-6b31416d6c9bdc8b89a918f217a6678cc6083fed.tar.gz |
Autogen: Add GenerateAllAny flag test method
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 8dd44f68fc..d442ec3f52 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -108,6 +108,12 @@ private: std::multimap<std::string, std::string>& collisions); bool MakeParentDirectory(const std::string& filename); + bool GenerateAllAny() + { + return (this->GenerateAllMoc || this->GenerateAllRcc || + this->GenerateAllUic); + } + // - Target names std::string OriginTargetName; std::string AutogenTargetName; |