fix bsd qmake project file bug. thx coldz
This commit is contained in:
+1
-1
@@ -406,7 +406,7 @@ unix:!mac {
|
||||
LIBS += -lSDL_mixer \
|
||||
-lcurl \
|
||||
-lgsasl
|
||||
!isEmpty( BSD ) && isEmpty( kFreeBSD ):LIBS += -lcrypto
|
||||
!isEmpty( BSD ): isEmpty( kFreeBSD ):LIBS += -lcrypto
|
||||
else:LIBS += -lgnutls-openssl \
|
||||
-lgcrypt
|
||||
TARGETDEPS += ./lib/libpokerth_lib.a \
|
||||
|
||||
+1
-1
@@ -242,7 +242,7 @@ unix : !mac {
|
||||
-lpokerth_protocol
|
||||
LIBS += $$BOOST_LIBS
|
||||
LIBS += -lcurl -lgsasl
|
||||
!isEmpty( BSD ) && isEmpty( kFreeBSD ){
|
||||
!isEmpty( BSD ): isEmpty( kFreeBSD ){
|
||||
LIBS += -lcrypto -liconv
|
||||
} else {
|
||||
LIBS += -lgnutls-openssl -lgcrypt
|
||||
|
||||
Reference in New Issue
Block a user