diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-04-02 17:14:27 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-04-02 18:12:52 (GMT) |
commit | 5fb122ff75f0fac2c421a6cba6c78a2123e3fd49 (patch) | |
tree | bf9b9b0c9450dc6ba979df635321bfa8c10cc134 /Source/cmQtAutoGenGlobalInitializer.h | |
parent | b32e18fb88434d3f9d58447212ee33a51430c144 (diff) | |
download | CMake-5fb122ff75f0fac2c421a6cba6c78a2123e3fd49.zip CMake-5fb122ff75f0fac2c421a6cba6c78a2123e3fd49.tar.gz CMake-5fb122ff75f0fac2c421a6cba6c78a2123e3fd49.tar.bz2 |
Autogen: Add `AUTO*_EXECUTABLE` strings to Keywords class
Diffstat (limited to 'Source/cmQtAutoGenGlobalInitializer.h')
-rw-r--r-- | Source/cmQtAutoGenGlobalInitializer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenGlobalInitializer.h b/Source/cmQtAutoGenGlobalInitializer.h index 76ed76b..abff589 100644 --- a/Source/cmQtAutoGenGlobalInitializer.h +++ b/Source/cmQtAutoGenGlobalInitializer.h @@ -27,6 +27,10 @@ public: std::string AUTOMOC; std::string AUTOUIC; std::string AUTORCC; + + std::string AUTOMOC_EXECUTABLE; + std::string AUTOUIC_EXECUTABLE; + std::string AUTORCC_EXECUTABLE; }; public: |