summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libwebp/README
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-02-09 03:00:20 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-02-09 03:00:20 +0100
commit2decf5c6dd3df823b385dce62b067fb5b13d399d (patch)
tree184d92f32ba8836021b947e6db8409795fc2016b /src/3rdparty/libwebp/README
parent5904479f50ccafc9556475b4e039d707eadc58b7 (diff)
parent0e8422bedc8c84ff7c08c6b3163329e82c2007dd (diff)
Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta1
Diffstat (limited to 'src/3rdparty/libwebp/README')
-rw-r--r--src/3rdparty/libwebp/README4
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)