mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed retroshare no-gui project file for windows compile
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6013 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cb6d161518
commit
46054187fc
@ -1,6 +1,6 @@
|
||||
TEMPLATE = app
|
||||
TARGET = retroshare-nogui
|
||||
CONFIG += bitdht
|
||||
CONFIG += bitdht release
|
||||
#CONFIG += introserver
|
||||
CONFIG += sshserver
|
||||
|
||||
@ -124,11 +124,6 @@ bitdht {
|
||||
LIBS += ../../libbitdht/src/lib/libbitdht.a
|
||||
}
|
||||
|
||||
win32 {
|
||||
# must be added after bitdht
|
||||
LIBS += -lws2_32
|
||||
}
|
||||
|
||||
DEPENDPATH += ../../libretroshare/src
|
||||
|
||||
INCLUDEPATH += . ../../libretroshare/src
|
||||
@ -146,7 +141,7 @@ introserver {
|
||||
|
||||
|
||||
sshserver {
|
||||
LIBSSH_DIR = ../../../lib/libssh-0.5.2
|
||||
LIBSSH_DIR = ../../../libssh-0.5.2
|
||||
|
||||
# This Requires libssh-0.5.* to compile.
|
||||
# Modify path below to point at it.
|
||||
@ -253,4 +248,13 @@ protorpc {
|
||||
QMAKE_CFLAGS += -pthread
|
||||
QMAKE_CXXFLAGS += -pthread
|
||||
LIBS += -lprotobuf
|
||||
|
||||
win32 {
|
||||
PROTOPATH = ../../../protobuf-2.4.1
|
||||
INCLUDEPATH += . $${PROTOPATH}/src
|
||||
}
|
||||
}
|
||||
win32 {
|
||||
# must be added after ssh
|
||||
LIBS += -lws2_32 -lcrypto
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user