summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-17 10:50:50 +0200
committerStephen Kelly <steveire@gmail.com>2014-04-18 16:41:13 +0200
commit33774ca2018666138e5d31dde457643357f33815 (patch)
tree710c7c8517e539965c5077744b4f60fcb39317ab /Source/cmQtAutoGenerators.h
parentfd8bb3427858017754d5b08a2eb1f57116feebb6 (diff)
downloadcmake-33774ca2018666138e5d31dde457643357f33815.tar.gz
QtAutogen: Put generated qrc files in a target-specific dir.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h1
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;