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 }