mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
bc4780a739
commit
eed8fb7bfb
@ -141,7 +141,7 @@ introserver {
|
|||||||
|
|
||||||
|
|
||||||
sshserver {
|
sshserver {
|
||||||
LIBSSH_DIR = ../../../libssh-0.5.2
|
LIBSSH_DIR = ../../../../libssh-0.5.2
|
||||||
|
|
||||||
# This Requires libssh-0.5.* to compile.
|
# This Requires libssh-0.5.* to compile.
|
||||||
# Modify path below to point at it.
|
# Modify path below to point at it.
|
||||||
@ -164,10 +164,10 @@ sshserver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
INCLUDEPATH += $$LIBSSH_DIR/include/
|
INCLUDEPATH += $$LIBSSH_DIR/include/
|
||||||
#LIBS += $$LIBSSH_DIR/build/src/libssh.a
|
LIBS += $$LIBSSH_DIR/build/src/libssh.a
|
||||||
#LIBS += $$LIBSSH_DIR/build/src/threads/libssh_threads.a
|
LIBS += $$LIBSSH_DIR/build/src/threads/libssh_threads.a
|
||||||
LIBS += -lssh
|
#LIBS += -lssh
|
||||||
LIBS += -lssh_threads
|
#LIBS += -lssh_threads
|
||||||
|
|
||||||
HEADERS += ssh/rssshd.h
|
HEADERS += ssh/rssshd.h
|
||||||
SOURCES += ssh/rssshd.cc
|
SOURCES += ssh/rssshd.cc
|
||||||
|
Loading…
Reference in New Issue
Block a user