bugfix: Fails to build with --no-add-needed

This commit is contained in:
doitux
2011-01-04 19:39:41 +00:00
parent 41497c64ef
commit 54a183b496
+2 -1
View File
@@ -449,7 +449,8 @@ unix:!mac {
kFreeBSD = $$find(UNAME, "kFreeBSD")
LIBS += -lsqlite3
LIBS += $$BOOST_LIBS
LIBS += -lSDL_mixer \
LIBS += -lSDL \
-lSDL_mixer \
-lgsasl
!isEmpty( BSD ):isEmpty( kFreeBSD ):LIBS += -lcrypto
else:LIBS += -lgnutls-openssl \