mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Merge topic 'revert-autorcc-qt-5.1'
5ba32092Merge branch 'backport-revert-autorcc-qt-5.1' into revert-autorcc-qt-5.110e8ccf6Revert "cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)"b935db3aRevert "cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)"
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user