From a122caecff790a82f707894fa9db72afe91fcb7e Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Mon, 4 Mar 2019 09:54:55 +0100 Subject: Rename VERSION to VERSION.TXT On case-insensitive file systems, this causes an issue with recent versions of the Android NDK, because, since Android NDK r19, the libc++ header "cstddef" contains #include which will resolve to this file instead of the intended header due to the ordering of the search paths. The simplest solution is just to give this a suffix so that it can be differentiated from the headers. Task-number: QTQAINFRA-2568 Change-Id: Ic1502e65de3dba912ed079d406a65ebf9b935694 Reviewed-by: BogDan Vatra --- src/3rdparty/javascriptcore/VERSION | 11 ----------- src/3rdparty/javascriptcore/VERSION.TXT | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 src/3rdparty/javascriptcore/VERSION create mode 100644 src/3rdparty/javascriptcore/VERSION.TXT diff --git a/src/3rdparty/javascriptcore/VERSION b/src/3rdparty/javascriptcore/VERSION deleted file mode 100644 index 13943b2..0000000 --- a/src/3rdparty/javascriptcore/VERSION +++ /dev/null @@ -1,11 +0,0 @@ -This is a snapshot of JavaScriptCore from - - git://gitorious.org/qtwebkit/qtwebkit.git - -The commit imported was from the - - javascriptcore-snapshot-27012011 branch/tag - -and has the sha1 checksum - - 3ab0f621048fbeb480b687a28ed31d92d8506150 diff --git a/src/3rdparty/javascriptcore/VERSION.TXT b/src/3rdparty/javascriptcore/VERSION.TXT new file mode 100644 index 0000000..13943b2 --- /dev/null +++ b/src/3rdparty/javascriptcore/VERSION.TXT @@ -0,0 +1,11 @@ +This is a snapshot of JavaScriptCore from + + git://gitorious.org/qtwebkit/qtwebkit.git + +The commit imported was from the + + javascriptcore-snapshot-27012011 branch/tag + +and has the sha1 checksum + + 3ab0f621048fbeb480b687a28ed31d92d8506150 -- cgit v1.2.1