fixed .pro file. libssh-0.5.2 should be unzipped in a directory next to trunk/

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6096 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-01-28 11:48:16 +00:00
parent bc4780a739
commit eed8fb7bfb

View File

@ -141,7 +141,7 @@ introserver {
sshserver {
LIBSSH_DIR = ../../../libssh-0.5.2
LIBSSH_DIR = ../../../../libssh-0.5.2
# This Requires libssh-0.5.* to compile.
# Modify path below to point at it.
@ -164,10 +164,10 @@ sshserver {
}
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
LIBS += $$LIBSSH_DIR/build/src/libssh.a
LIBS += $$LIBSSH_DIR/build/src/threads/libssh_threads.a
#LIBS += -lssh
#LIBS += -lssh_threads
HEADERS += ssh/rssshd.h
SOURCES += ssh/rssshd.cc