mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 06:42:19 -04:00
Common folders for libraries, includes and binaries of all external libraries for Windows compile.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.5@7579 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
17b6b5f16e
commit
6d44fe8e38
8 changed files with 20 additions and 43 deletions
|
@ -44,15 +44,13 @@ win32 {
|
|||
HEADERS += upnp/upnputil.h
|
||||
SOURCES += upnp/upnputil.c
|
||||
|
||||
UPNPC_DIR = ../../../lib/miniupnpc-1.3
|
||||
ZLIB_DIR = ../../../lib/zlib-1.2.3
|
||||
SSL_DIR = ../../../openssl-1.0.1h
|
||||
LIBS_DIR = $$PWD/../../../libs
|
||||
|
||||
INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR} $${PTHREADS_DIR} $${ZLIB_DIR}
|
||||
INCLUDEPATH += . $$LIBS_DIR/include $$LIBS_DIR/include/miniupnpc
|
||||
|
||||
PRE_TARGETDEPS += ../../retroshare-gui/src/lib/libretroshare-gui.a
|
||||
LIBS += -L"../../retroshare-gui/src/lib" -lretroshare-gui
|
||||
|
||||
LIBS += -L"$$PWD/../../../lib"
|
||||
LIBS += -L"$$LIBS_DIR/lib"
|
||||
LIBS += -lpthread
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue