mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-24 13:59:29 -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
1 changed files with 7 additions and 0 deletions
|
@ -74,6 +74,13 @@ win32 {
|
||||||
RC_FILE = resources/retroshare_win.rc
|
RC_FILE = resources/retroshare_win.rc
|
||||||
|
|
||||||
DEFINES *= WINDOWS_SYS
|
DEFINES *= WINDOWS_SYS
|
||||||
|
|
||||||
|
SSH_DIR = ../../../libssh-0.5.2
|
||||||
|
SSL_DIR = ../../../openssl-1.0.1c
|
||||||
|
|
||||||
|
INCLUDEPATH += . $${SSH_DIR}/include $${SSL_DIR}/include
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
##################################### MacOS ######################################
|
##################################### MacOS ######################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue