Adding protocol buffer lib dependencies.
This commit is contained in:
+3
-2
@@ -130,7 +130,7 @@ win32 {
|
||||
debug:LIBPATH += debug/lib
|
||||
release:LIBPATH += release/lib
|
||||
|
||||
LIBS += -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -lintl -ltinyxml -lsqlite3 -lntlm
|
||||
LIBS += -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm
|
||||
LIBS += -lboost_thread_win32-mt
|
||||
LIBS += -lboost_filesystem-mt
|
||||
LIBS += -lboost_regex-mt
|
||||
@@ -259,7 +259,8 @@ unix : !mac {
|
||||
|
||||
LIBS += $$BOOST_LIBS
|
||||
LIBS += -lsqlite3 \
|
||||
-ltinyxml
|
||||
-ltinyxml \
|
||||
-lprotobuf
|
||||
LIBS += -lgsasl
|
||||
!isEmpty( BSD ): isEmpty( kFreeBSD ){
|
||||
LIBS += -lcrypto -liconv
|
||||
|
||||
Reference in New Issue
Block a user