Merge topic 'Qt-AUTOUIC-file-origin'
2fed8e17
QtAutogen: Issue error message with origin file (#15342).
This commit is contained in:
commit
be072d3fe1
|
@ -2243,7 +2243,8 @@ bool cmQtAutoGenerators::GenerateUi(const std::string& realName,
|
|||
if (!result || retVal)
|
||||
{
|
||||
std::cerr << "AUTOUIC: error: process for " << ui_output_file <<
|
||||
" failed:\n" << output << std::endl;
|
||||
" needed by\n \"" << realName << "\"\nfailed:\n" << output
|
||||
<< std::endl;
|
||||
this->RunUicFailed = true;
|
||||
cmSystemTools::RemoveFile(ui_output_file);
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue