diff --git a/OpenBoard.pro b/OpenBoard.pro index 3763c01a..0b04032b 100644 --- a/OpenBoard.pro +++ b/OpenBoard.pro @@ -161,12 +161,7 @@ macx { LIBS += -framework AVFoundation LIBS += -framework CoreMedia LIBS += -lcrypto - LIBS += -L/usr/local/opt/quazip/lib - LIBS += -L/usr/local/opt/ffmpeg/lib - - INCLUDEPATH += /usr/local/opt/openssl/include - INCLUDEPATH += /usr/local/opt/ffmpeg/include - INCLUDEPATH += /usr/local/opt/quazip/include + LIBS += -lquazip CONFIG(release, debug|release):CONFIG += x86_64 CONFIG(debug, debug|release):CONFIG += x86_64 diff --git a/src/frameworks/UBFileSystemUtils.cpp b/src/frameworks/UBFileSystemUtils.cpp index 608478f5..b818a452 100644 --- a/src/frameworks/UBFileSystemUtils.cpp +++ b/src/frameworks/UBFileSystemUtils.cpp @@ -36,7 +36,7 @@ #include "globals/UBGlobals.h" THIRD_PARTY_WARNINGS_DISABLE -#if defined(Q_OS_LINUX) || defined(Q_OS_OSX) +#ifdef Q_OS_LINUX #include #else #include "quazipfile.h"