diff options
author | Brad King <brad.king@kitware.com> | 2018-02-05 13:41:35 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-02-05 13:43:05 (GMT) |
commit | 213ecf05d681522dfa6ca8396281494a2c7b7b9a (patch) | |
tree | 628debdbcc9c7ac215f7c4f2868fd054a17412d0 /Source/cmQtAutoGen.h | |
parent | e559b45ff86cfe7d6a82348bb8b97d9d77fa50f8 (diff) | |
parent | a8ee7406a74cbc4d5e341ad33210b8eeb99af48f (diff) | |
download | CMake-213ecf05d681522dfa6ca8396281494a2c7b7b9a.zip CMake-213ecf05d681522dfa6ca8396281494a2c7b7b9a.tar.gz CMake-213ecf05d681522dfa6ca8396281494a2c7b7b9a.tar.bz2 |
Merge topic 'autogen-improve-multi-config'
a8ee7406 Autogen: Improved multi-config include scheme
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1735
Diffstat (limited to 'Source/cmQtAutoGen.h')
-rw-r--r-- | Source/cmQtAutoGen.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Source/cmQtAutoGen.h b/Source/cmQtAutoGen.h index 30ce0f6..67f61b1 100644 --- a/Source/cmQtAutoGen.h +++ b/Source/cmQtAutoGen.h @@ -28,25 +28,12 @@ public: RCC }; - /// @brief Multiconfiguration type - enum class MultiConfigT - { - SINGLE, // Single configuration - WRAPPER, // Multi configuration using wrapper files - MULTI // Multi configuration using per config sources - }; - public: /// @brief Returns the generator name static std::string const& GeneratorName(GeneratorT genType); /// @brief Returns the generator name in upper case static std::string GeneratorNameUpper(GeneratorT genType); - /// @brief Returns the multi configuration name string - static std::string const& MultiConfigName(MultiConfigT config); - /// @brief Returns the multi configuration type - static MultiConfigT MultiConfigType(std::string const& name); - /// @brief Returns a the string escaped and enclosed in quotes static std::string Quoted(std::string const& text); |