summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenGlobalInitializer.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-04-02 17:22:35 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-04-02 18:12:52 (GMT)
commit18f7b2ed2111ff9dac5ef83d8bbf20b826b8bbe9 (patch)
tree7ed53035234b28eae527912328ba534876b52d7b /Source/cmQtAutoGenGlobalInitializer.h
parent5fb122ff75f0fac2c421a6cba6c78a2123e3fd49 (diff)
downloadCMake-18f7b2ed2111ff9dac5ef83d8bbf20b826b8bbe9.zip
CMake-18f7b2ed2111ff9dac5ef83d8bbf20b826b8bbe9.tar.gz
CMake-18f7b2ed2111ff9dac5ef83d8bbf20b826b8bbe9.tar.bz2
Autogen: Add more frequently used keywords to Keywords class
Diffstat (limited to 'Source/cmQtAutoGenGlobalInitializer.h')
-rw-r--r--Source/cmQtAutoGenGlobalInitializer.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenGlobalInitializer.h b/Source/cmQtAutoGenGlobalInitializer.h
index abff589..77429b7 100644
--- a/Source/cmQtAutoGenGlobalInitializer.h
+++ b/Source/cmQtAutoGenGlobalInitializer.h
@@ -31,6 +31,17 @@ public:
std::string AUTOMOC_EXECUTABLE;
std::string AUTOUIC_EXECUTABLE;
std::string AUTORCC_EXECUTABLE;
+
+ std::string SKIP_AUTOGEN;
+ std::string SKIP_AUTOMOC;
+ std::string SKIP_AUTOUIC;
+ std::string SKIP_AUTORCC;
+
+ std::string AUTOUIC_OPTIONS;
+ std::string AUTORCC_OPTIONS;
+
+ std::string qrc;
+ std::string ui;
};
public: