1
0
Эх сурвалжийг харах

Autogen: Continue search for FOO_p.h when FOO.h was found

Sebastian Holtermann 8 жил өмнө
parent
commit
251bcbed72

+ 0 - 1
Source/cmQtAutoGenerators.cxx

@@ -1160,7 +1160,6 @@ void cmQtAutoGenerators::SearchHeadersForSourceFile(
       if (!this->UicSkip(absFilename) && !this->UicSkip(headerName)) {
         uicHeaderFiles.insert(headerName);
       }
-      break;
     }
   }
 }