summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2024-01-15 16:12:29 +0100
committerRobert Griebl <robert.griebl@qt.io>2024-01-15 16:46:05 +0100
commite51204b38ca8486719bd03b615b2dd387c5c5e07 (patch)
tree8f66f322e055ef282d422f73513f6c5c92e899d3
parentea0d02001674d50d5bafa905016dba4cb83f4219 (diff)
Seems like the UTF8 support in libarchive 3.4 is not complete
Change-Id: Ie0d9116ac8d4b10da93ce95db193bab54a3b9b4b Pick-to: 6.7 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
-rw-r--r--cmake/FindWrapLibArchive.cmake2
-rw-r--r--doc/installation.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindWrapLibArchive.cmake b/cmake/FindWrapLibArchive.cmake
index 88d6a980..58c13f49 100644
--- a/cmake/FindWrapLibArchive.cmake
+++ b/cmake/FindWrapLibArchive.cmake
@@ -5,7 +5,7 @@ if(TARGET WrapLibArchive::WrapLibArchive)
return()
endif()
-find_package(LibArchive 3.4)
+find_package(LibArchive 3.5)
if (NOT LibArchive_FOUND)
set(WrapLibArchive_FOUND FALSE)
diff --git a/doc/installation.qdoc b/doc/installation.qdoc
index 816f7931..7ec89861 100644
--- a/doc/installation.qdoc
+++ b/doc/installation.qdoc
@@ -44,7 +44,7 @@ To build the application manager with all its features, the following components
\li \b openssl \e{- Linux only and only if you need the installer functionality}.
Qt needs to be built with openssl support. The required minimum version is defined by Qt.
\li \b libyaml 2.2 or higher.
- \li \b libarchive 3.4 or higher \e{- if you need the installer functionality}.
+ \li \b libarchive 3.5 or higher \e{- if you need the installer functionality}.
\endlist
On Debian-based systems, this command installs the three required packages: