diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-09-22 22:57:48 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-10-23 18:35:26 (GMT) |
commit | a29953180c21ba0d56fb236eb58bafd40ae68961 (patch) | |
tree | aa8302ce8af9abde85ecf4f8d4543e457b6a82f7 /Source/cmQtAutoGenerators.h | |
parent | 506151af519aa50594000d22c66c0620f026878f (diff) | |
download | CMake-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.h | 2 |
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; |