Browse Source

Merge topic 'revert-autorcc-qt-5.1'

5ba32092 Merge branch 'backport-revert-autorcc-qt-5.1' into revert-autorcc-qt-5.1
10e8ccf6 Revert "cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)"
b935db3a Revert "cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)"
Brad King 10 years ago
parent
commit
e14709e5a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmQtAutoGeneratorInitializer.cxx

+ 1 - 1
Source/cmQtAutoGeneratorInitializer.cxx

@@ -494,7 +494,7 @@ static std::string ListQt5RccInputs(cmSourceFile* sf,
 
   std::vector<std::string> command;
   command.push_back(rccCommand);
-  command.push_back("-list");
+  command.push_back("--list");
 
   std::string absFile = cmsys::SystemTools::GetRealPath(
                                               sf->GetFullPath());