Sfoglia il codice sorgente

QtAutogen: Uic related setup function rename

Sebastian Holtermann 9 anni fa
parent
commit
26505dfcb7
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Source/cmQtAutoGeneratorInitializer.cxx

+ 2 - 2
Source/cmQtAutoGeneratorInitializer.cxx

@@ -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);