mirror of
https://github.com/reactos/CMake.git
synced 2025-02-15 00:57:19 +00:00
automoc: fix line length
Alex
This commit is contained in:
parent
62e223e8fa
commit
bc278ceb0f
@ -677,7 +677,7 @@ void cmQtAutomoc::ParseCppFile(const std::string& absFilename,
|
||||
{
|
||||
// this is for KDE4 compatibility:
|
||||
fileToMoc = headerToMoc;
|
||||
if ((cppContainsQ_OBJECT==false) && (basename == scannedFileBasename))
|
||||
if ((cppContainsQ_OBJECT==false) &&(basename==scannedFileBasename))
|
||||
{
|
||||
std::cerr << "AUTOMOC: warning: " << absFilename << ": The file "
|
||||
"includes the moc file \"" << currentMoc <<
|
||||
|
Loading…
x
Reference in New Issue
Block a user