forked from qt-creator/qt-creator
CMake: Add some debug output
Change-Id: I2ae817c5c810b3c97fef2784fe1b5f25cab3c439 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -725,6 +725,7 @@ void CMakeBuildSystem::wireUpConnections(const Project *p)
|
|||||||
setParametersAndRequestParse(BuildDirParameters(cmakeBuildConfiguration()),
|
setParametersAndRequestParse(BuildDirParameters(cmakeBuildConfiguration()),
|
||||||
CMakeBuildSystem::REPARSE_DEFAULT);
|
CMakeBuildSystem::REPARSE_DEFAULT);
|
||||||
} else {
|
} else {
|
||||||
|
qCDebug(cmakeBuildSystemLog) << "Requesting STOP due to active target changed";
|
||||||
stopParsingAndClearState();
|
stopParsingAndClearState();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -736,6 +737,7 @@ void CMakeBuildSystem::wireUpConnections(const Project *p)
|
|||||||
setParametersAndRequestParse(BuildDirParameters(cmakeBuildConfiguration()),
|
setParametersAndRequestParse(BuildDirParameters(cmakeBuildConfiguration()),
|
||||||
CMakeBuildSystem::REPARSE_DEFAULT);
|
CMakeBuildSystem::REPARSE_DEFAULT);
|
||||||
} else {
|
} else {
|
||||||
|
qCDebug(cmakeBuildSystemLog) << "Requesting STOP due to active BC changed";
|
||||||
stopParsingAndClearState();
|
stopParsingAndClearState();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user