summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGen.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-01-14 16:33:03 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-01-15 08:52:35 (GMT)
commitf2f166133402ad5f7998e0fef93b04f56c2f6d07 (patch)
tree9df2037b372763877f19f7b54792dbc7c927396c /Source/cmQtAutoGen.h
parentb2343ff08682e23f61be27c4faf02f8e2c37abcf (diff)
downloadCMake-f2f166133402ad5f7998e0fef93b04f56c2f6d07.zip
CMake-f2f166133402ad5f7998e0fef93b04f56c2f6d07.tar.gz
CMake-f2f166133402ad5f7998e0fef93b04f56c2f6d07.tar.bz2
Autogen: Add and use QtAutoGen::Tools method
Diffstat (limited to 'Source/cmQtAutoGen.h')
-rw-r--r--Source/cmQtAutoGen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmQtAutoGen.h b/Source/cmQtAutoGen.h
index 4118dc7..96d1946 100644
--- a/Source/cmQtAutoGen.h
+++ b/Source/cmQtAutoGen.h
@@ -60,6 +60,9 @@ public:
/// @brief Returns the generator name in upper case
static std::string GeneratorNameUpper(GeneratorT genType);
+ /// @brief Returns a string with the requested tool names
+ static std::string Tools(bool moc, bool uic, bool rcc);
+
/// @brief Returns the string escaped and enclosed in quotes
static std::string Quoted(std::string const& text);