Meson: Fix compile with gcc 5.3

Amends 77d7bb5014.

Change-Id: I1f67754b0a92200d4e526d27aa9ab310625719c0
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2020-06-08 13:14:13 +02:00
parent 77d7bb5014
commit c88ea7db8f

View File

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