summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenGlobalInitializer.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-04-02 17:14:27 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-04-02 18:12:52 (GMT)
commit5fb122ff75f0fac2c421a6cba6c78a2123e3fd49 (patch)
treebf9b9b0c9450dc6ba979df635321bfa8c10cc134 /Source/cmQtAutoGenGlobalInitializer.h
parentb32e18fb88434d3f9d58447212ee33a51430c144 (diff)
downloadCMake-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.h4
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: