From 3878d3aa7fe99079d08171be1e5716312570f430 Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 16 Nov 2011 21:53:10 +0000 Subject: [PATCH] Trying to fix boost::filesystem build problems with boost 1.48. --- pokerth_game.pro | 2 +- pokerth_lib.pro | 2 +- pokerth_server.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 3bb9b0a7..3fac95f9 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -19,7 +19,7 @@ QMAKE_CXXFLAGS += -std=gnu++0x UI_DIR = uics MOC_DIR = mocs OBJECTS_DIR = obj -DEFINES += ENABLE_IPV6 TIXML_USE_STL BOOST_FILESYSTEM_VERSION=2 +DEFINES += ENABLE_IPV6 TIXML_USE_STL BOOST_FILESYSTEM_VERSION=3 BOOST_FILESYSTEM_DEPRECATED DEFINES += PREFIX=\"$${PREFIX}\" TARGET = pokerth diff --git a/pokerth_lib.pro b/pokerth_lib.pro index 18ef2c78..2adbf070 100644 --- a/pokerth_lib.pro +++ b/pokerth_lib.pro @@ -13,7 +13,7 @@ TARGET = lib/pokerth_lib QMAKE_CLEAN += ./lib/libpokerth_lib.a MOC_DIR = mocs OBJECTS_DIR = obj -DEFINES += ENABLE_IPV6 TIXML_USE_STL BOOST_FILESYSTEM_VERSION=2 +DEFINES += ENABLE_IPV6 TIXML_USE_STL BOOST_FILESYSTEM_VERSION=3 BOOST_FILESYSTEM_DEPRECATED QT -= core gui QMAKE_CXXFLAGS += -std=gnu++0x #PRECOMPILED_HEADER = src/pch_lib.h diff --git a/pokerth_server.pro b/pokerth_server.pro index 5ee17e2d..d8b7bddb 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -14,7 +14,7 @@ TARGET = bin/pokerth_server MOC_DIR = mocs OBJECTS_DIR = obj DEFINES += POKERTH_DEDICATED_SERVER -DEFINES += ENABLE_IPV6 TIXML_USE_STL BOOST_FILESYSTEM_VERSION=2 +DEFINES += ENABLE_IPV6 TIXML_USE_STL BOOST_FILESYSTEM_VERSION=3 BOOST_FILESYSTEM_DEPRECATED DEFINES += PREFIX=\"$${PREFIX}\" QT -= core gui QMAKE_CXXFLAGS += -std=gnu++0x