forked from qt-creator/qt-creator
CMake: Fix compile with MSVC
Change-Id: I3f15a36579aa7bd77db1fd5d034c46cb22331a4f Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -289,7 +289,7 @@ CMakeProject::~CMakeProject()
|
||||
|
||||
void CMakeProject::updateProjectData(CMakeBuildConfiguration *bc)
|
||||
{
|
||||
TraceTimer updateProjectTotalTimer(__PRETTY_FUNCTION__);
|
||||
TraceTimer updateProjectTotalTimer(Q_FUNC_INFO);
|
||||
qCDebug(cmakeProjectLog) << "Updating CMake project data";
|
||||
const CMakeBuildConfiguration *aBc = activeBc(this);
|
||||
QString errorMessage;
|
||||
|
||||
Reference in New Issue
Block a user