linux linking libpokerth_protocol fix

This commit is contained in:
doitux
2009-08-02 19:24:34 +00:00
parent a5a3fb9d26
commit 43b694e4f8
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -240,7 +240,8 @@ unix : !mac {
BSD = $$find(UNAME, "BSD")
kFreeBSD = $$find(UNAME, "kFreeBSD")
LIBS += -lpokerth_lib
LIBS += -lpokerth_lib \
-lpokerth_protocol
LIBS += $$BOOST_LIBS
LIBS += -lcurl
!isEmpty( BSD ) && isEmpty( kFreeBSD ){
@@ -249,7 +250,8 @@ unix : !mac {
LIBS += -lgnutls-openssl -lgcrypt
}
TARGETDEPS += ./lib/libpokerth_lib.a
TARGETDEPS += ./lib/libpokerth_lib.a \
./lib/libpokerth_protocol.a
#### INSTALL ####