added qtwebengine

This commit is contained in:
Ella-0 2021-08-28 09:26:41 +00:00
parent 927269cf2d
commit 879ade0254
4 changed files with 978 additions and 0 deletions

View file

@ -0,0 +1,14 @@
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -270,9 +270,11 @@
"test": {
"include": "features.h",
"tail": [
+ "#if defined(__GLIBC__)",
"#if __GLIBC__ < 2 || __GLIBC_MINOR__ < 17",
"#error glibc versions below 2.17 are not supported",
"#endif",
+ "#endif"
]
}
},