summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-12-10 14:53:00 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-12-11 14:30:12 (GMT)
commit035b6908829f524936a6819a342cdff145708529 (patch)
treed1f311fa94d716ca02f585c9296382d3efb18f4d /Source/cmQtAutoGenerators.h
parent2fcafbf613f07d6b2484a1dfdb6ba7cd2fc4a645 (diff)
downloadCMake-035b6908829f524936a6819a342cdff145708529.zip
CMake-035b6908829f524936a6819a342cdff145708529.tar.gz
CMake-035b6908829f524936a6819a342cdff145708529.tar.bz2
Autogen: Split AutoRcc handling into two methods
The initialize method changes the target, whereas the setup method does not.
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 e877f7d..0888ea4 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -33,6 +33,7 @@ private:
std::map<std::string, std::string> &configDefines);
void SetupAutoUicTarget(cmTarget* target,
std::map<std::string, std::string> &configUicOptions);
+ void InitializeAutoRccTarget(cmTarget* target);
void SetupAutoRccTarget(cmTarget* target);
cmGlobalGenerator* CreateGlobalGenerator(cmake* cm,