diff options
author | André Klitzing <aklitzing@gmail.com> | 2019-01-21 16:45:58 +0100 |
---|---|---|
committer | André Klitzing <aklitzing@gmail.com> | 2019-02-04 09:17:27 +0000 |
commit | 0e8422bedc8c84ff7c08c6b3163329e82c2007dd (patch) | |
tree | 0d66b48e024bb4111861a47a6525bd32de9ffdf8 /src/3rdparty/libwebp/README | |
parent | 9cc84d6cd663a84858bb27716dbc4f80f70e9b20 (diff) | |
download | qtimageformats-0e8422bedc8c84ff7c08c6b3163329e82c2007dd.tar.gz |
Update bundled libwebp to version 1.0.2
[ChangeLog][Third-Party Code] Update bundled libwebp to version 1.0.2
Change-Id: I12e1557cef6e592c8c2ca417ef87f6df35a7b410
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'src/3rdparty/libwebp/README')
-rw-r--r-- | src/3rdparty/libwebp/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/3rdparty/libwebp/README b/src/3rdparty/libwebp/README index 4fa15b3..502a4c1 100644 --- a/src/3rdparty/libwebp/README +++ b/src/3rdparty/libwebp/README @@ -4,7 +4,7 @@ \__\__/\____/\_____/__/ ____ ___ / _/ / \ \ / _ \/ _/ / \_/ / / \ \ __/ \__ - \____/____/\_____/_____/____/v1.0.1 + \____/____/\_____/_____/____/v1.0.2 Description: ============ @@ -136,6 +136,8 @@ cmake -DWEBP_BUILD_CWEBP=ON -DWEBP_BUILD_DWEBP=ON ../ or through your favorite interface (like ccmake or cmake-qt-gui). +Use option -DWEBP_UNICODE=ON for Unicode support on Windows (with chcp 65001). + Finally, once installed, you can also use WebP in your CMake project by doing: find_package(WebP) |