linux linking libpokerth_protocol fix
This commit is contained in:
+4
-2
@@ -400,14 +400,16 @@ unix:!mac {
|
|||||||
UNAME = $$system(uname -s)
|
UNAME = $$system(uname -s)
|
||||||
BSD = $$find(UNAME, "BSD")
|
BSD = $$find(UNAME, "BSD")
|
||||||
kFreeBSD = $$find(UNAME, "kFreeBSD")
|
kFreeBSD = $$find(UNAME, "kFreeBSD")
|
||||||
LIBS += -lpokerth_lib
|
LIBS += -lpokerth_lib \
|
||||||
|
-lpokerth_protocol
|
||||||
LIBS += $$BOOST_LIBS
|
LIBS += $$BOOST_LIBS
|
||||||
LIBS += -lSDL_mixer \
|
LIBS += -lSDL_mixer \
|
||||||
-lcurl
|
-lcurl
|
||||||
!isEmpty( BSD ) && isEmpty( kFreeBSD ):LIBS += -lcrypto
|
!isEmpty( BSD ) && isEmpty( kFreeBSD ):LIBS += -lcrypto
|
||||||
else:LIBS += -lgnutls-openssl \
|
else:LIBS += -lgnutls-openssl \
|
||||||
-lgcrypt
|
-lgcrypt
|
||||||
TARGETDEPS += ./lib/libpokerth_lib.a
|
TARGETDEPS += ./lib/libpokerth_lib.a \
|
||||||
|
./lib/libpokerth_protocol.a
|
||||||
|
|
||||||
# #### My release static libs
|
# #### My release static libs
|
||||||
# LIBS += -lgcrypt_static -lgpg-error_static -lgnutls-openssl_static -lgnutls_static -lSDL_mixer_static -lSDL -lmikmod -lcurl
|
# LIBS += -lgcrypt_static -lgpg-error_static -lgnutls-openssl_static -lgnutls_static -lSDL_mixer_static -lSDL -lmikmod -lcurl
|
||||||
|
|||||||
+4
-2
@@ -240,7 +240,8 @@ unix : !mac {
|
|||||||
BSD = $$find(UNAME, "BSD")
|
BSD = $$find(UNAME, "BSD")
|
||||||
kFreeBSD = $$find(UNAME, "kFreeBSD")
|
kFreeBSD = $$find(UNAME, "kFreeBSD")
|
||||||
|
|
||||||
LIBS += -lpokerth_lib
|
LIBS += -lpokerth_lib \
|
||||||
|
-lpokerth_protocol
|
||||||
LIBS += $$BOOST_LIBS
|
LIBS += $$BOOST_LIBS
|
||||||
LIBS += -lcurl
|
LIBS += -lcurl
|
||||||
!isEmpty( BSD ) && isEmpty( kFreeBSD ){
|
!isEmpty( BSD ) && isEmpty( kFreeBSD ){
|
||||||
@@ -249,7 +250,8 @@ unix : !mac {
|
|||||||
LIBS += -lgnutls-openssl -lgcrypt
|
LIBS += -lgnutls-openssl -lgcrypt
|
||||||
}
|
}
|
||||||
|
|
||||||
TARGETDEPS += ./lib/libpokerth_lib.a
|
TARGETDEPS += ./lib/libpokerth_lib.a \
|
||||||
|
./lib/libpokerth_protocol.a
|
||||||
|
|
||||||
#### INSTALL ####
|
#### INSTALL ####
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user