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:
Christian Stenger
2019-06-21 10:24:58 +02:00
parent 9c49cb65d3
commit 18d96ba833

View File

@@ -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;