diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-15 11:53:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-21 15:12:49 (GMT) |
commit | 3cc42863a43cd4256efdeb2eda2d235d5533bad9 (patch) | |
tree | 168c3499df470dfc38854770ba088dc426c564c9 /Source/cmQtAutoGenerators.h | |
parent | 074534a56d4d6146c2389fd256299197e5bad027 (diff) | |
download | CMake-3cc42863a43cd4256efdeb2eda2d235d5533bad9.zip CMake-3cc42863a43cd4256efdeb2eda2d235d5533bad9.tar.gz CMake-3cc42863a43cd4256efdeb2eda2d235d5533bad9.tar.bz2 |
Autogen: Overhaul moc include list generation
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index e60320b..f6caed9 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -7,7 +7,6 @@ #include <cmFilePathChecksum.h> #include <cmsys/RegularExpression.hxx> -#include <list> #include <map> #include <set> #include <string> @@ -146,7 +145,7 @@ private: std::string MocInfoIncludes; std::string OutMocCppFilenameRel; std::string OutMocCppFilenameAbs; - std::list<std::string> MocIncludes; + std::vector<std::string> MocIncludes; std::vector<std::string> MocDefinitions; std::vector<std::string> MocOptions; // - Uic |