From 54a183b496d2f9a1a0fc986cbbc209ceaaf40eaf Mon Sep 17 00:00:00 2001 From: doitux Date: Tue, 4 Jan 2011 19:39:41 +0000 Subject: [PATCH] bugfix: Fails to build with --no-add-needed --- pokerth_game.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index a1e3d263..24df3549 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -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 \