Browse Source

Merge branch 'autogen_p' into release-3.9

Brad King 8 years ago
parent
commit
cf9a994d9a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmQtAutoGenerators.cxx

+ 0 - 1
Source/cmQtAutoGenerators.cxx

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