From 65f8586946012ef7014d92393d1615a13f2b2106 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 21 Aug 2009 18:03:51 +0000 Subject: [PATCH] Fixing win32 build issue. --- chatcleaner.pro | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chatcleaner.pro b/chatcleaner.pro index b3bdb06e..9c0030e0 100644 --- a/chatcleaner.pro +++ b/chatcleaner.pro @@ -47,3 +47,10 @@ HEADERS += cleanerserver.h \ LIBPATH += lib LIBS += -lpokerth_lib \ -lpokerth_protocol + +win32 { + LIBPATH += ../boost/stage/lib + INCLUDEPATH += ../boost/ + debug:LIBPATH += Debug/lib + release:LIBPATH += Release/lib +}