summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-14 16:42:52 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-02-19 11:35:39 (GMT)
commit6b31416d6c9bdc8b89a918f217a6678cc6083fed (patch)
tree95989a837b4fcc47ab58cd143480f52fb2306aa4 /Source/cmQtAutoGenerators.h
parent1bd74130f2a804d073081f7e3e4f307c3fecb07c (diff)
downloadCMake-6b31416d6c9bdc8b89a918f217a6678cc6083fed.zip
CMake-6b31416d6c9bdc8b89a918f217a6678cc6083fed.tar.gz
CMake-6b31416d6c9bdc8b89a918f217a6678cc6083fed.tar.bz2
Autogen: Add GenerateAllAny flag test method
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index 8dd44f6..d442ec3 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;