mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Add libarchive decompression backend
This commit is contained in:
committed by
Luis Ángel San Martín
parent
a0dfa4e447
commit
862c220069
@ -108,7 +108,7 @@ void LibraryCreator::processLibrary(const QString &source, const QString &target
|
||||
void LibraryCreator::run()
|
||||
{
|
||||
stopRunning = false;
|
||||
#ifndef use_unarr
|
||||
#if !defined use_unarr && !defined use_libarchive
|
||||
// check for 7z lib
|
||||
#if defined Q_OS_UNIX && !defined Q_OS_MAC
|
||||
QLibrary *sevenzLib = new QLibrary(QString(LIBDIR) + "/p7zip/7z.so");
|
||||
|
Reference in New Issue
Block a user