summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-15 11:53:39 (GMT)
committerBrad King <brad.king@kitware.com>2017-02-21 15:12:49 (GMT)
commit3cc42863a43cd4256efdeb2eda2d235d5533bad9 (patch)
tree168c3499df470dfc38854770ba088dc426c564c9 /Source/cmQtAutoGenerators.h
parent074534a56d4d6146c2389fd256299197e5bad027 (diff)
downloadCMake-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.h3
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