diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-17 08:50:50 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-18 14:41:13 (GMT) |
commit | 33774ca2018666138e5d31dde457643357f33815 (patch) | |
tree | 710c7c8517e539965c5077744b4f60fcb39317ab /Source/cmQtAutoGenerators.h | |
parent | fd8bb3427858017754d5b08a2eb1f57116feebb6 (diff) | |
download | CMake-33774ca2018666138e5d31dde457643357f33815.zip CMake-33774ca2018666138e5d31dde457643357f33815.tar.gz CMake-33774ca2018666138e5d31dde457643357f33815.tar.bz2 |
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 8003795..501e13a 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; |