mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 09:05:24 -04:00
fixed path for SSL_DIR and UPNPC_DIR in libretroshare.pro
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1082 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
896e95f224
commit
7e37bde130
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ win32 {
|
|||
|
||||
DEFINES *= PQI_USE_XPGP MINIUPNPC_VERSION=10
|
||||
|
||||
SSL_DIR=../../../../src/openssl-0.9.7g-xpgp-0.1c
|
||||
UPNPC_DIR=../../../../src/miniupnpc-1.0
|
||||
SSL_DIR=../../../../openssl-0.9.7g-xpgp-0.1c
|
||||
UPNPC_DIR=../../../../miniupnpc-1.0
|
||||
|
||||
INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue