diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-05 17:21:59 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-05 17:21:59 (GMT) |
commit | b2054e1661e5c607cf25e1ac127982f58e29dd44 (patch) | |
tree | defb79f5a62da06416c1e71ff1737cdb9b0f70c9 /Source/cmGlobalGenerator.h | |
parent | 1e757c318b38566aea1c9312a6fb5a3accd3966b (diff) | |
download | CMake-b2054e1661e5c607cf25e1ac127982f58e29dd44.zip CMake-b2054e1661e5c607cf25e1ac127982f58e29dd44.tar.gz CMake-b2054e1661e5c607cf25e1ac127982f58e29dd44.tar.bz2 |
QtAutogen: Port global generator to cmGeneratorTarget.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index ba74c9e..25e06cd 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -384,7 +384,7 @@ protected: virtual bool CheckALLOW_DUPLICATE_CUSTOM_TARGETS() const; - std::vector<cmTarget const*> CreateQtAutoGeneratorsTargets(); + std::vector<const cmGeneratorTarget*> CreateQtAutoGeneratorsTargets(); std::string SelectMakeProgram(const std::string& makeProgram, const std::string& makeDefault = "") const; |