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