mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 07:16:11 -05:00
added missing pthread lib for ubuntu raring
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6196 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
29a762d340
commit
8cc98aeabc
@ -289,7 +289,7 @@ protorpc {
|
||||
QMAKE_CFLAGS += -pthread
|
||||
QMAKE_CXXFLAGS += -pthread
|
||||
}
|
||||
LIBS += -lprotobuf
|
||||
LIBS += -lprotobuf -lpthread
|
||||
|
||||
win32 {
|
||||
PROTOPATH = ../../../protobuf-2.4.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user