From e4d414924799e79482bb04275fd633e1d62da5d2 Mon Sep 17 00:00:00 2001 From: doitux Date: Sun, 4 Apr 2010 12:05:58 +0000 Subject: [PATCH] fix bsd qmake project file bug. thx coldz --- pokerth_game.pro | 2 +- pokerth_server.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 64834d5b..c52c0ab4 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -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 \ diff --git a/pokerth_server.pro b/pokerth_server.pro index 9432ca5b..415a9e5b 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -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