diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-12 19:44:52 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-07 06:37:57 (GMT) |
commit | 776ff8eb0b8d790c63f8ad6bb6689620e6e04cb4 (patch) | |
tree | 975f9859004fa6f69b5911e12d94560e0f51b37d /Source/cmQtAutoGeneratorInitializer.cxx | |
parent | 64f73150b8e5e5cad216444c0468e8e59434d973 (diff) | |
download | CMake-776ff8eb0b8d790c63f8ad6bb6689620e6e04cb4.zip CMake-776ff8eb0b8d790c63f8ad6bb6689620e6e04cb4.tar.gz CMake-776ff8eb0b8d790c63f8ad6bb6689620e6e04cb4.tar.bz2 |
cmTarget: Add Compute API for sources.
This method is a refactoring artifact. It will be removed in a
follow-up.
Diffstat (limited to 'Source/cmQtAutoGeneratorInitializer.cxx')
-rw-r--r-- | Source/cmQtAutoGeneratorInitializer.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmQtAutoGeneratorInitializer.cxx b/Source/cmQtAutoGeneratorInitializer.cxx index 378f132..1b1b98e 100644 --- a/Source/cmQtAutoGeneratorInitializer.cxx +++ b/Source/cmQtAutoGeneratorInitializer.cxx @@ -885,6 +885,8 @@ void cmQtAutoGeneratorInitializer::InitializeAutogenTarget( /*byproducts=*/rcc_output, depends, commandLines, false, autogenComment.c_str()); + autogenTarget->Compute(); + cmGeneratorTarget* gt = new cmGeneratorTarget(autogenTarget, lg); makefile->AddGeneratorTarget(autogenTarget, gt); |