diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-12-10 14:53:00 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-12-11 14:30:12 (GMT) |
commit | 035b6908829f524936a6819a342cdff145708529 (patch) | |
tree | d1f311fa94d716ca02f585c9296382d3efb18f4d /Source/cmQtAutoGenerators.h | |
parent | 2fcafbf613f07d6b2484a1dfdb6ba7cd2fc4a645 (diff) | |
download | CMake-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.h | 1 |
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, |