forked from qt-creator/qt-creator
Meson: Fix compile with gcc 5.3
Amends 77d7bb5014
.
Change-Id: I1f67754b0a92200d4e526d27aa9ab310625719c0
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
|||||||
return ToolWrapper::findTool({"meson.py","meson"});
|
return ToolWrapper::findTool({"meson.py","meson"});
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline QString toolName() { return "Meson"; };
|
static inline QString toolName() { return {"Meson"}; };
|
||||||
};
|
};
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
|
Reference in New Issue
Block a user