diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-03-15 10:42:37 +0100 |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-03-16 11:52:20 +0100 |
commit | 379cf11b3073caeb97727b17db48766624290caa (patch) | |
tree | 5e21ac6cde0dd80580c540ab6a99801263e3ea66 /Source/cmQtAutoGeneratorCommon.h | |
parent | e781223c8887fa2602b40744c67cdc77f972a93b (diff) | |
download | cmake-379cf11b3073caeb97727b17db48766624290caa.tar.gz |
Autogen: Add generator type enum
Diffstat (limited to 'Source/cmQtAutoGeneratorCommon.h')
-rw-r--r-- | Source/cmQtAutoGeneratorCommon.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmQtAutoGeneratorCommon.h b/Source/cmQtAutoGeneratorCommon.h index ee97b71336..b54b6fa33f 100644 --- a/Source/cmQtAutoGeneratorCommon.h +++ b/Source/cmQtAutoGeneratorCommon.h @@ -16,6 +16,13 @@ class cmQtAutoGeneratorCommon public: static const char* listSep; + enum GeneratorType + { + MOC, + UIC, + RCC + }; + public: /// @brief Returns a the string escaped and enclosed in quotes /// |