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 \