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:
@ -12,7 +12,7 @@ INCLUDEPATH += ../common \
|
||||
./db
|
||||
|
||||
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY QT_NO_DEBUG_OUTPUT
|
||||
|
||||
QMAKE_MAC_SDK = macosx10.11
|
||||
#load default build flags
|
||||
#do a basic dependency check
|
||||
include(headless_config.pri)
|
||||
|
||||
@ -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