mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 02:25:34 -04:00
fixed versions for libs in MacOS
This commit is contained in:
parent
d0bacbd6c2
commit
f013a43e48
1 changed files with 4 additions and 4 deletions
|
@ -646,11 +646,11 @@ macx-* {
|
|||
# LIB_DIR += "/opt/local/lib"
|
||||
BIN_DIR += "/Applications/Xcode.app/Contents/Developer/usr/bin"
|
||||
INC_DIR += "/usr/local/Cellar/miniupnpc/2.1/include"
|
||||
INC_DIR += "/usr/local/Cellar/libmicrohttpd/0.9.59/include"
|
||||
INC_DIR += "/usr/local/Cellar/sqlcipher/4.0.0/include"
|
||||
INC_DIR += "/usr/local/Cellar/libmicrohttpd/0.9.62/include"
|
||||
INC_DIR += "/usr/local/Cellar/sqlcipher/4.0.1/include"
|
||||
LIB_DIR += "/usr/local/opt/openssl/lib/"
|
||||
LIB_DIR += "/usr/local/Cellar/libmicrohttpd/0.9.59/lib"
|
||||
LIB_DIR += "/usr/local/Cellar/sqlcipher/4.0.0/lib"
|
||||
LIB_DIR += "/usr/local/Cellar/libmicrohttpd/0.9.62/lib"
|
||||
LIB_DIR += "/usr/local/Cellar/sqlcipher/4.0.1/lib"
|
||||
LIB_DIR += "/usr/local/Cellar/miniupnpc/2.1/lib"
|
||||
CONFIG += c++11
|
||||
INCLUDEPATH += "/usr/local/include"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue