mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added the required include dirs for win
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5647 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8f2d85ed52
commit
92454adbe7
@ -74,6 +74,13 @@ win32 {
|
||||
RC_FILE = resources/retroshare_win.rc
|
||||
|
||||
DEFINES *= WINDOWS_SYS
|
||||
|
||||
SSH_DIR = ../../../libssh-0.5.2
|
||||
SSL_DIR = ../../../openssl-1.0.1c
|
||||
|
||||
INCLUDEPATH += . $${SSH_DIR}/include $${SSL_DIR}/include
|
||||
|
||||
|
||||
}
|
||||
|
||||
##################################### MacOS ######################################
|
||||
|
Loading…
Reference in New Issue
Block a user