diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 6741139b9..93ff0ba66 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -33,13 +33,14 @@ public: bool InitializeAutogenTarget(cmLocalGenerator* lg, cmTarget* target); void SetupAutoGenerateTarget(cmTarget const* target); + +private: void SetupSourceFiles(cmTarget const* target, std::vector& skipMoc, std::vector& mocSources, std::vector& mocHeaders, std::vector& skipUic); -private: void SetupAutoMocTarget(cmTarget const* target, const std::string &autogenTargetName, const std::vector& skipMoc,