From 09aefd1cc192eec1293af2fecc643cce19b13ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 25 Oct 2021 12:58:23 +0200 Subject: [PATCH] Added Qt6 builds limitations info --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5b4e479..6ef215ad 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ GPXSee is a Qt-based GPS log file viewer and analyzer that supports all common G ## Build Build requirements: -* Qt5 >= 5.11 or Qt 6.x +* Qt5 >= 5.11 or Qt 6.x* * C++11 or newer compiler (tested: msvc2017, gcc 7.5.0, clang/Apple LLVM version 10.0.0) Build steps: @@ -28,6 +28,9 @@ qmake gpxsee.pro make # nmake on windows ``` +_* Qt6 builds do not support other encodings than UTF-X in XML files and East Asian +encodings in Garmin file formats._ + ## Download * [Windows & OS X builds](http://sourceforge.net/projects/gpxsee) * [Linux packages](http://software.opensuse.org/download.html?project=home%3Atumic%3AGPXSee&package=gpxsee)