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:
defnax 2009-03-18 18:57:33 +00:00
parent 896e95f224
commit 7e37bde130

View File

@ -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}