mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 07:40:03 -06:00
automoc: fix line length
Alex
This commit is contained in:
@@ -677,7 +677,7 @@ void cmQtAutomoc::ParseCppFile(const std::string& absFilename,
|
|||||||
{
|
{
|
||||||
// this is for KDE4 compatibility:
|
// this is for KDE4 compatibility:
|
||||||
fileToMoc = headerToMoc;
|
fileToMoc = headerToMoc;
|
||||||
if ((cppContainsQ_OBJECT==false) && (basename == scannedFileBasename))
|
if ((cppContainsQ_OBJECT==false) &&(basename==scannedFileBasename))
|
||||||
{
|
{
|
||||||
std::cerr << "AUTOMOC: warning: " << absFilename << ": The file "
|
std::cerr << "AUTOMOC: warning: " << absFilename << ": The file "
|
||||||
"includes the moc file \"" << currentMoc <<
|
"includes the moc file \"" << currentMoc <<
|
||||||
|
|||||||
Reference in New Issue
Block a user