diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-01-14 16:33:03 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-01-15 08:52:35 (GMT) |
commit | f2f166133402ad5f7998e0fef93b04f56c2f6d07 (patch) | |
tree | 9df2037b372763877f19f7b54792dbc7c927396c /Source/cmQtAutoGen.h | |
parent | b2343ff08682e23f61be27c4faf02f8e2c37abcf (diff) | |
download | CMake-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.h | 3 |
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); |