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
@@ -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 \