Просмотр исходного кода

QtAutogen: Rcc related setup function rename

Sebastian Holtermann 9 лет назад
Родитель
Сommit
43747ee8b3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Source/cmQtAutoGeneratorInitializer.cxx

+ 2 - 2
Source/cmQtAutoGeneratorInitializer.cxx

@@ -558,7 +558,7 @@ static bool ListQtRccInputs(const std::string& qtMajorVersion,
   return ListQt4RccInputs(sf, depends);
   return ListQt4RccInputs(sf, depends);
 }
 }
 
 
-static void SetupAutoRccTarget(cmGeneratorTarget const* target)
+static void RccSetupAutoTarget(cmGeneratorTarget const* target)
 {
 {
   std::string _rcc_files;
   std::string _rcc_files;
   const char* sepRccFiles = "";
   const char* sepRccFiles = "";
@@ -890,7 +890,7 @@ void cmQtAutoGeneratorInitializer::SetupAutoGenerateTarget(
     SetupAutoUicTarget(target, skipUic, configUicOptions);
     SetupAutoUicTarget(target, skipUic, configUicOptions);
   }
   }
   if (target->GetPropertyAsBool("AUTORCC")) {
   if (target->GetPropertyAsBool("AUTORCC")) {
-    SetupAutoRccTarget(target);
+    RccSetupAutoTarget(target);
   }
   }
 
 
   std::string inputFile = cmSystemTools::GetCMakeRoot();
   std::string inputFile = cmSystemTools::GetCMakeRoot();