forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/9.0' into qds/dev
Change-Id: I5f72661f1fc54ff861e2cbbaa4cb32f867924c3b
This commit is contained in:
@@ -295,6 +295,9 @@ CMakeTool::Version CMakeTool::version() const
|
||||
|
||||
QString CMakeTool::versionDisplay() const
|
||||
{
|
||||
if (m_executable.isEmpty())
|
||||
return {};
|
||||
|
||||
if (!isValid())
|
||||
return Tr::tr("Version not parseable");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user