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:
csoler 2013-03-08 12:57:27 +00:00
parent 29a762d340
commit 8cc98aeabc

View File

@ -289,7 +289,7 @@ protorpc {
QMAKE_CFLAGS += -pthread
QMAKE_CXXFLAGS += -pthread
}
LIBS += -lprotobuf
LIBS += -lprotobuf -lpthread
win32 {
PROTOPATH = ../../../protobuf-2.4.1