From 736b7e2e7d86eaa482fd25855ab3179ef8953aed Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 19 Oct 2010 15:45:48 +0000 Subject: [PATCH] Fix wrong case problem with cross compiling. --- pokerth_game.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index f4befb27..1c0b2787 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -318,8 +318,8 @@ win32 { LIBS += -lpokerth_lib \ -lpokerth_db \ -lpokerth_protocol - debug:LIBPATH += Debug/lib - release:LIBPATH += Release/lib + debug:LIBPATH += rebug/lib + release:LIBPATH += release/lib win32-msvc2008:LIBS += -llibgnutls-openssl-26 \ -llibgcrypt-11 \ -llibgsasl-7 \