|
@@ -237,7 +237,7 @@ static void GetUicOpts(cmGeneratorTarget const* target,
|
|
|
optString = cmJoin(opts, ";");
|
|
optString = cmJoin(opts, ";");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-static void SetupAutoUicTarget(
|
|
|
|
|
|
|
+static void UicSetupAutoTarget(
|
|
|
cmGeneratorTarget const* target, std::vector<std::string> const& skipUic,
|
|
cmGeneratorTarget const* target, std::vector<std::string> const& skipUic,
|
|
|
std::map<std::string, std::string>& configUicOptions)
|
|
std::map<std::string, std::string>& configUicOptions)
|
|
|
{
|
|
{
|
|
@@ -887,7 +887,7 @@ void cmQtAutoGeneratorInitializer::SetupAutoGenerateTarget(
|
|
|
configIncludes, configDefines);
|
|
configIncludes, configDefines);
|
|
|
}
|
|
}
|
|
|
if (target->GetPropertyAsBool("AUTOUIC")) {
|
|
if (target->GetPropertyAsBool("AUTOUIC")) {
|
|
|
- SetupAutoUicTarget(target, skipUic, configUicOptions);
|
|
|
|
|
|
|
+ UicSetupAutoTarget(target, skipUic, configUicOptions);
|
|
|
}
|
|
}
|
|
|
if (target->GetPropertyAsBool("AUTORCC")) {
|
|
if (target->GetPropertyAsBool("AUTORCC")) {
|
|
|
RccSetupAutoTarget(target);
|
|
RccSetupAutoTarget(target);
|