fix bsd qmake project file bug. thx coldz

This commit is contained in:
doitux
2010-04-04 12:05:58 +00:00
parent 41024bc887
commit e4d4149247
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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