diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-04-02 17:11:19 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-04-02 18:12:43 (GMT) |
commit | b32e18fb88434d3f9d58447212ee33a51430c144 (patch) | |
tree | f5caa0819c99cc73d470fb0bffe3b4f76e8a0bc5 /Source/cmQtAutoGen.h | |
parent | 5431395d68a44d42149fb93692636f4138ddf6ed (diff) | |
download | CMake-b32e18fb88434d3f9d58447212ee33a51430c144.zip CMake-b32e18fb88434d3f9d58447212ee33a51430c144.tar.gz CMake-b32e18fb88434d3f9d58447212ee33a51430c144.tar.bz2 |
Autogen: Remove static const generator name strings from cmQtAutoGen
Diffstat (limited to 'Source/cmQtAutoGen.h')
-rw-r--r-- | Source/cmQtAutoGen.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmQtAutoGen.h b/Source/cmQtAutoGen.h index 6cc8df1..d127a71 100644 --- a/Source/cmQtAutoGen.h +++ b/Source/cmQtAutoGen.h @@ -51,15 +51,6 @@ public: /// @brief Nested lists separator static std::string const ListSep; - // Generator names - static std::string const GenAutoGen; - static std::string const GenAutoMoc; - static std::string const GenAutoUic; - static std::string const GenAutoRcc; - static std::string const GenAUTOGEN; - static std::string const GenAUTOMOC; - static std::string const GenAUTOUIC; - static std::string const GenAUTORCC; /// @brief Maximum number of parallel threads/processes in a generator static unsigned int const ParallelMax; |