Patch from Peter - to build Retroshare on FreeBSD.

- Fixup BSD qmake parameters: mainly library locations.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4863 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-01-29 14:27:14 +00:00
parent 8431e7b3af
commit 4e5e149a95
4 changed files with 29 additions and 10 deletions

View file

@ -327,6 +327,8 @@ mac {
#INCLUDEPATH += . $${UPNPC_DIR} $${GPGME_DIR}/src $${GPG_ERROR_DIR}/src
}
################################# FreeBSD ##########################################
freebsd-* {
INCLUDEPATH *= /usr/local/include/gpgme
INCLUDEPATH *= /usr/local/include/glib-2.0
@ -336,7 +338,7 @@ freebsd-* {
#libupnp implementation files
HEADERS += upnp/UPnPBase.h
SOURCES += upnp/UPnPBase.cpp
DESTDIR = lib
}
################################### COMMON stuff ##################################