mirror of
https://github.com/YACReader/yacreader
synced 2026-02-15 03:23:02 -05:00
fixed osx build for 8.5.0
This commit is contained in:
@ -83,7 +83,7 @@ void logSystemAndConfig()
|
||||
#elif defined Q_OS_UNIX && !defined Q_OS_MAC
|
||||
if(QLibrary::isLibrary(QString(LIBDIR)+"/yacreader/7z.so") | QLibrary::isLibrary(QString(LIBDIR)+"/p7zip/7z.so"))
|
||||
#else
|
||||
if(QLibrary::isLibrary(QApplication::applicationDirPath()+"/utils/7z.so"))
|
||||
if(QLibrary::isLibrary(QCoreApplication::applicationDirPath()+"/utils/7z.so"))
|
||||
#endif
|
||||
QLOG_INFO() << "7z : found";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user