forked from qt-creator/qt-creator
CMake: More logging of cmake parsing flags
Add more logging of cmake parsing flags as cmake runs are requested in the plugin. Change-Id: I5231bd29dfeb6521218dc28c26a5b658ccb4059b Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -124,7 +124,7 @@ void FileApiReader::resetData()
|
||||
|
||||
void FileApiReader::parse(bool forceCMakeRun, bool forceConfiguration)
|
||||
{
|
||||
qCDebug(cmakeFileApiMode) << "\n\nParse: ForceCMakeRun:" << forceCMakeRun
|
||||
qCDebug(cmakeFileApiMode) << "Parse called with arguments: ForceCMakeRun:" << forceCMakeRun
|
||||
<< " - forceConfiguration:" << forceConfiguration;
|
||||
startState();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user