summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/libarchivewrapper_p.h
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-10-26 19:19:47 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-12-09 13:44:24 +0200
commit8487987c0c32c06fb6dfc225a1ba347894215fb1 (patch)
tree91221cec6168b3f574ca2fe70d869e1c97661027 /src/libs/installer/libarchivewrapper_p.h
parent5f0df8562132dfc77dbdb352712e6d42efc35122 (diff)
Enable handling 7z archives with libarchive
Make libarchive the default handler for 7z archives if the IFW tools were built with the 'libarchive' configuration feature. The LZMA SDK library is still built and can be used instead if the config feature is omitted. Also modify tests. Task-number: QTIFW-2375 Change-Id: I1091d5fa140cbd783cddecc595f35c6562639b07 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'src/libs/installer/libarchivewrapper_p.h')
-rw-r--r--src/libs/installer/libarchivewrapper_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/installer/libarchivewrapper_p.h b/src/libs/installer/libarchivewrapper_p.h
index 4277cd4f9..9e612fab3 100644
--- a/src/libs/installer/libarchivewrapper_p.h
+++ b/src/libs/installer/libarchivewrapper_p.h
@@ -32,7 +32,6 @@
#include "installer_global.h"
#include "remoteobject.h"
#include "libarchivearchive.h"
-#include "lib7zarchive.h"
#include <QTimer>
#include <QReadWriteLock>