mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
Add lib /yacreader/p7zip.so to YACReaderLibrary search path
This commit is contained in:
@ -95,7 +95,7 @@ void logSystemAndConfig()
|
||||
#ifdef Q_OS_WIN
|
||||
if(QLibrary::isLibrary(QApplication::applicationDirPath()+"/utils/7z.dll"))
|
||||
#elif defined Q_OS_UNIX && !defined Q_OS_MAC
|
||||
if(QLibrary::isLibrary(QString(LIBDIR)+"/p7zip/7z.so"))
|
||||
if(QLibrary::isLibrary(QString(LIBDIR)+"/yacreader/7z.so") | QLibrary::isLibrary(QString(LIBDIR)+"/p7zip/7z.so"))
|
||||
#else
|
||||
if(QLibrary::isLibrary(QApplication::applicationDirPath()+"/utils/7z.so"))
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user