From 9afc115bc22558bc6ca0ae65343b3ff57516f211 Mon Sep 17 00:00:00 2001 From: doitux Date: Sat, 11 Aug 2007 15:10:14 +0000 Subject: [PATCH] --- pokerth_game.pro | 1 + pokerth_server.pro | 1 + 2 files changed, 2 insertions(+) diff --git a/pokerth_game.pro b/pokerth_game.pro index ed62fc7b..7330b6ad 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -220,6 +220,7 @@ unix: !mac{ message("Found libboost_thread") LIBS += -lboost_thread } + LIBPATH += lib LIBS += -lpokerth_lib LIBS += -lcrypto -lSDL_mixer ## My release static libs diff --git a/pokerth_server.pro b/pokerth_server.pro index f3ee5b74..091397e4 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -117,6 +117,7 @@ unix:!mac{ message("Found libboost_thread") LIBS += -lboost_thread } + LIBPATH += lib LIBS += -lpokerth_lib LIBS += -lcrypto ## My release static libs