From 97304989b7e97f27ef27c0fe932185b77bf3a102 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Mon, 4 May 2020 12:04:58 +0100 Subject: [PATCH] Documentation Polishing. --- contrib/Qt/ReadMe.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contrib/Qt/ReadMe.txt b/contrib/Qt/ReadMe.txt index b8b702ca..5795c885 100644 --- a/contrib/Qt/ReadMe.txt +++ b/contrib/Qt/ReadMe.txt @@ -3,6 +3,10 @@ contrib/Qt/ReadMe.txt Exiv2 works well with Qt. +Qt requires C++11 libraries which are the default for Exiv2 v0.28 and later. +Exiv2 v0.27 default build (and pre-built binaries) are for C++98 +You will have to build Exiv2 v0.27 from source with C++11 for Qt. + To build and run commandLineTool -------------------------------- @@ -25,7 +29,9 @@ To build and run commandLineTool UNICODE_PATH on Windows ----------------------- -Qt users may prefer to build Exiv2 to support UNICODE_PATH. The sample application samples/exifprint.cpp works with UNICODE_PATH. +Windows users may prefer to build Exiv2 to support UNICODE_PATH. +The sample application samples/exifprint.cpp works with UNICODE_PATH. +The cmake option -DEXIV2_ENABLE_WIN_UNICODE=ON is documented in README.md Searching for more information about Qt, MinGW and UNICODE_PATH ---------------------------------------------------------------