mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 09:03:51 -05: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 changed files with 11 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = retroshare-nogui
|
TARGET = retroshare-nogui
|
||||||
CONFIG += bitdht
|
CONFIG += bitdht release
|
||||||
#CONFIG += introserver
|
#CONFIG += introserver
|
||||||
CONFIG += sshserver
|
CONFIG += sshserver
|
||||||
|
|
||||||
|
|
@ -124,11 +124,6 @@ bitdht {
|
||||||
LIBS += ../../libbitdht/src/lib/libbitdht.a
|
LIBS += ../../libbitdht/src/lib/libbitdht.a
|
||||||
}
|
}
|
||||||
|
|
||||||
win32 {
|
|
||||||
# must be added after bitdht
|
|
||||||
LIBS += -lws2_32
|
|
||||||
}
|
|
||||||
|
|
||||||
DEPENDPATH += ../../libretroshare/src
|
DEPENDPATH += ../../libretroshare/src
|
||||||
|
|
||||||
INCLUDEPATH += . ../../libretroshare/src
|
INCLUDEPATH += . ../../libretroshare/src
|
||||||
|
|
@ -146,7 +141,7 @@ introserver {
|
||||||
|
|
||||||
|
|
||||||
sshserver {
|
sshserver {
|
||||||
LIBSSH_DIR = ../../../lib/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.
|
||||||
|
|
@ -253,4 +248,13 @@ protorpc {
|
||||||
QMAKE_CFLAGS += -pthread
|
QMAKE_CFLAGS += -pthread
|
||||||
QMAKE_CXXFLAGS += -pthread
|
QMAKE_CXXFLAGS += -pthread
|
||||||
LIBS += -lprotobuf
|
LIBS += -lprotobuf
|
||||||
|
|
||||||
|
win32 {
|
||||||
|
PROTOPATH = ../../../protobuf-2.4.1
|
||||||
|
INCLUDEPATH += . $${PROTOPATH}/src
|
||||||
|
}
|
||||||
|
}
|
||||||
|
win32 {
|
||||||
|
# must be added after ssh
|
||||||
|
LIBS += -lws2_32 -lcrypto
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue