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