mirror of
https://github.com/YACReader/yacreader
synced 2025-07-16 12:04:34 -04:00
Always use 7zip instead of p7zip
This commit is contained in:
@ -47,7 +47,7 @@ void logSystemAndConfig()
|
||||
#ifdef Q_OS_WIN
|
||||
if (QLibrary::isLibrary(QApplication::applicationDirPath() + "/utils/7z.dll"))
|
||||
#elif defined Q_OS_UNIX && !defined Q_OS_MACOS
|
||||
if (QLibrary::isLibrary(QString(LIBDIR) + "/yacreader/7z.so") | QLibrary::isLibrary(QString(LIBDIR) + "/p7zip/7z.so"))
|
||||
if (QLibrary::isLibrary(QString(LIBDIR) + "/yacreader/7z.so") | QLibrary::isLibrary(QString(LIBDIR) + "/7zip/7z.so"))
|
||||
#else
|
||||
if (QLibrary::isLibrary(QApplication::applicationDirPath() + "/utils/7z.so"))
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user