summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-09-22 22:57:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-10-23 18:35:26 (GMT)
commita29953180c21ba0d56fb236eb58bafd40ae68961 (patch)
treeaa8302ce8af9abde85ecf4f8d4543e457b6a82f7 /Source/cmQtAutoGenerators.h
parent506151af519aa50594000d22c66c0620f026878f (diff)
downloadCMake-a29953180c21ba0d56fb236eb58bafd40ae68961.zip
CMake-a29953180c21ba0d56fb236eb58bafd40ae68961.tar.gz
CMake-a29953180c21ba0d56fb236eb58bafd40ae68961.tar.bz2
QtAutogen: Expand rccfiles into a vector early in the autogen process.
This can be re-used as a vector.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index ffbd73e..ce27852 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -90,7 +90,7 @@ private:
std::string QtMajorVersion;
std::string Sources;
- std::string RccSources;
+ std::vector<std::string> RccSources;
std::string SkipMoc;
std::string SkipUic;
std::string Headers;