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

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

Revert "fixed an issue with quazip dependency on OSX + commit OpenBoard.pro changes for OSX (may need to be improved)"

This reverts commit bcf18abf.
parent 4b5825fa
......@@ -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
......
......@@ -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 <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