mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
QtAutogen: Uic related setup function rename
This commit is contained in:
@@ -237,7 +237,7 @@ static void GetUicOpts(cmGeneratorTarget const* target,
|
||||
optString = cmJoin(opts, ";");
|
||||
}
|
||||
|
||||
static void SetupAutoUicTarget(
|
||||
static void UicSetupAutoTarget(
|
||||
cmGeneratorTarget const* target, std::vector<std::string> const& skipUic,
|
||||
std::map<std::string, std::string>& configUicOptions)
|
||||
{
|
||||
@@ -887,7 +887,7 @@ void cmQtAutoGeneratorInitializer::SetupAutoGenerateTarget(
|
||||
configIncludes, configDefines);
|
||||
}
|
||||
if (target->GetPropertyAsBool("AUTOUIC")) {
|
||||
SetupAutoUicTarget(target, skipUic, configUicOptions);
|
||||
UicSetupAutoTarget(target, skipUic, configUicOptions);
|
||||
}
|
||||
if (target->GetPropertyAsBool("AUTORCC")) {
|
||||
RccSetupAutoTarget(target);
|
||||
|
||||
Reference in New Issue
Block a user