Merge branch 'backport-revert-autorcc-qt-5.1' into release

This commit is contained in:
Brad King 2015-10-29 09:03:44 -04:00
commit 81dbab6e08
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ std::string cmQtAutoGeneratorInitializer::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());