Commit bcf18abf authored by Clément Fauconnier's avatar Clément Fauconnier

fixed an issue with quazip dependency on OSX + commit OpenBoard.pro changes...

fixed an issue with quazip dependency on OSX + commit OpenBoard.pro changes for OSX (may need to be improved)
parent f619e13d
......@@ -161,7 +161,12 @@ macx {
LIBS += -framework AVFoundation
LIBS += -framework CoreMedia
LIBS += -lcrypto
LIBS += -lquazip
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
CONFIG(release, debug|release):CONFIG += x86_64
CONFIG(debug, debug|release):CONFIG += x86_64
......
......@@ -36,7 +36,7 @@
#include "globals/UBGlobals.h"
THIRD_PARTY_WARNINGS_DISABLE
#ifdef Q_OS_LINUX
#if defined(Q_OS_LINUX) || defined(Q_OS_OSX)
#include <quazip/quazipfile.h>
#else
#include "quazipfile.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment