From d8bfeadf64c58d79f9cc866833462a248f2b9a9c Mon Sep 17 00:00:00 2001 From: doitux Date: Sat, 25 Aug 2007 07:54:54 +0000 Subject: [PATCH] fixed compilation problems in kdevelop --- pokerth_game.pro | 2 ++ pokerth_server.pro | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pokerth_game.pro b/pokerth_game.pro index 553a56d2..a75ee2ef 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -236,6 +236,8 @@ unix: !mac{ LIBPATH += lib LIBS += -lpokerth_lib LIBS += -lcrypto -lSDL_mixer + TARGETDEPS += ./lib/libpokerth_lib.a + ## My release static libs #LIBS += -lcrypto -lSDL_mixer -lSDL -lmikmod } diff --git a/pokerth_server.pro b/pokerth_server.pro index 67584ff6..700d5a68 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -121,6 +121,8 @@ unix:!mac{ LIBPATH += lib LIBS += -lpokerth_lib LIBS += -lcrypto + TARGETDEPS += ./lib/libpokerth_lib.a + ## My release static libs #LIBS += -lcrypto }