From ee7447d33e255089bec1c4352a21784d74505428 Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 19 Oct 2010 18:15:39 +0000 Subject: [PATCH] Fix wrong case problem with cross compiling. --- chatcleaner.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatcleaner.pro b/chatcleaner.pro index 485caf29..dde8f6a9 100644 --- a/chatcleaner.pro +++ b/chatcleaner.pro @@ -50,8 +50,8 @@ LIBS += -lpokerth_lib \ win32 { LIBPATH += ../boost/stage/lib INCLUDEPATH += ../boost/ - debug:LIBPATH += Debug/lib - release:LIBPATH += Release/lib + debug:LIBPATH += debug/lib + release:LIBPATH += release/lib } mac { # make it universal