QtAutogen: Issue error message with origin file (#15342).
This commit is contained in:
parent
aec11372a5
commit
2fed8e173c
|
@ -2243,7 +2243,8 @@ bool cmQtAutoGenerators::GenerateUi(const std::string& realName,
|
||||||
if (!result || retVal)
|
if (!result || retVal)
|
||||||
{
|
{
|
||||||
std::cerr << "AUTOUIC: error: process for " << ui_output_file <<
|
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;
|
this->RunUicFailed = true;
|
||||||
cmSystemTools::RemoveFile(ui_output_file);
|
cmSystemTools::RemoveFile(ui_output_file);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue