parent
2eda924389
commit
08e72a34e9
|
@ -1379,18 +1379,18 @@ bool cmQtAutoGenerators::RunAutogen(cmMakefile* makefile)
|
||||||
|
|
||||||
if (this->RunMocFailed)
|
if (this->RunMocFailed)
|
||||||
{
|
{
|
||||||
std::cerr << "moc failed..."<< std::endl;
|
std::cerr << "moc failed..." << std::endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this->RunUicFailed)
|
if (this->RunUicFailed)
|
||||||
{
|
{
|
||||||
std::cerr << "uic failed..."<< std::endl;
|
std::cerr << "uic failed..." << std::endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (this->RunRccFailed)
|
if (this->RunRccFailed)
|
||||||
{
|
{
|
||||||
std::cerr << "rcc failed..."<< std::endl;
|
std::cerr << "rcc failed..." << std::endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
outStream.flush();
|
outStream.flush();
|
||||||
|
|
Loading…
Reference in New Issue