Commit 9c028255 authored by Clément Fauconnier's avatar Clément Fauconnier

include and libs paths for osx dependencies (may need to be improved

parent 1e9c56df
......@@ -164,6 +164,12 @@ macx {
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
CONFIG(release, debug|release):CONFIG += x86_64
CONFIG(debug, debug|release):CONFIG += x86_64
......
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