Fixed ssl path in retroshare-nogui.pro for Windows compile

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6104 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-02-02 18:30:43 +00:00
parent 02aa54152d
commit 635f915f46

View File

@ -161,13 +161,18 @@ sshserver {
win32 {
DEFINES *= LIBSSH_STATIC
LIBSSH_DIR = ../../../libssh-0.5.2
}
INCLUDEPATH += $$LIBSSH_DIR/include/
LIBS += $$LIBSSH_DIR/build/src/libssh.a
LIBS += $$LIBSSH_DIR/build/src/threads/libssh_threads.a
#LIBS += -lssh
#LIBS += -lssh_threads
win32 {
LIBS += -lssh
LIBS += -lssh_threads
} else {
LIBS += $$LIBSSH_DIR/build/src/libssh.a
LIBS += $$LIBSSH_DIR/build/src/threads/libssh_threads.a
}
HEADERS += ssh/rssshd.h
SOURCES += ssh/rssshd.cc