latest OSX patches

This commit is contained in:
Jenster 2015-11-20 08:10:59 -08:00
parent 47328a4ec9
commit 699299ae8a
7 changed files with 28 additions and 8 deletions

View file

@ -32,7 +32,12 @@ libmicrohttpd{
CONFIG += link_pkgconfig
PKGCONFIG *= libmicrohttpd
} else {
LIBS *= -lmicrohttpd
mac {
INCLUDEPATH += /usr/local/include
LIBS *= /usr/local/lib/libmicrohttpd.a
} else {
LIBS *= -lmicrohttpd
}
}
SOURCES += \
api/ApiServerMHD.cpp