diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-17 10:50:50 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-18 16:41:13 +0200 |
commit | 33774ca2018666138e5d31dde457643357f33815 (patch) | |
tree | 710c7c8517e539965c5077744b4f60fcb39317ab /Source/cmQtAutoGenerators.h | |
parent | fd8bb3427858017754d5b08a2eb1f57116feebb6 (diff) | |
download | cmake-33774ca2018666138e5d31dde457643357f33815.tar.gz |
QtAutogen: Put generated qrc files in a target-specific dir.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 800379501b..501e13ad5b 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -104,6 +104,7 @@ private: std::string ProjectBinaryDir; std::string ProjectSourceDir; std::string TargetName; + std::string OriginTargetName; std::string CurrentCompileSettingsStr; std::string OldCompileSettingsStr; |