diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-25 21:19:36 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-07-27 19:58:49 (GMT) |
commit | 496f4cd07d20e91750ec920e05a4aef4e4bdc9ba (patch) | |
tree | 61ac013845aa592641661a2dca489e96b2ec2292 /Source/cmQtAutoGenerators.h | |
parent | de80993a2020e64259f12f608d11d1ace9a719a6 (diff) | |
download | CMake-496f4cd07d20e91750ec920e05a4aef4e4bdc9ba.zip CMake-496f4cd07d20e91750ec920e05a4aef4e4bdc9ba.tar.gz CMake-496f4cd07d20e91750ec920e05a4aef4e4bdc9ba.tar.bz2 |
cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc.
Add cmGeneratorTargets as needed in the QtAutomoc processing.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 4c0fcbc..4f03348 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -18,6 +18,7 @@ class cmGlobalGenerator; class cmMakefile; +class cmLocalGenerator; class cmQtAutoGenerators { @@ -25,7 +26,7 @@ public: cmQtAutoGenerators(); bool Run(const std::string& targetDirectory, const std::string& config); - bool InitializeAutogenTarget(cmTarget* target); + bool InitializeAutogenTarget(cmLocalGenerator* lg, cmTarget* target); void SetupAutoGenerateTarget(cmTarget const* target); void SetupSourceFiles(cmTarget const* target); |