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