forked from qt-creator/qt-creator
CMake: Fix build with older GCC
Change-Id: Ib606c91039a4389e7f3fbb3d9c733240106da441 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -86,7 +86,7 @@ static QString readerTypeToString(const CMakeTool::ReaderType &type)
|
|||||||
case CMakeTool::FileApi:
|
case CMakeTool::FileApi:
|
||||||
return QString(READER_TYPE_FILEAPI);
|
return QString(READER_TYPE_FILEAPI);
|
||||||
}
|
}
|
||||||
return "<INVALID>";
|
return QString("<INVALID>");
|
||||||
}
|
}
|
||||||
|
|
||||||
// --------------------------------------------------------------------
|
// --------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user