Fixing boost 1.46 compatibility (ticket #58). Still needs testing with official boost release.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ TARGET = bin/pokerth_server
|
||||
MOC_DIR = mocs
|
||||
OBJECTS_DIR = obj
|
||||
DEFINES += POKERTH_DEDICATED_SERVER
|
||||
DEFINES += ENABLE_IPV6 TIXML_USE_STL
|
||||
DEFINES += ENABLE_IPV6 TIXML_USE_STL BOOST_FILESYSTEM_VERSION=2
|
||||
DEFINES += PREFIX=\"$${PREFIX}\"
|
||||
QT -= core gui
|
||||
QMAKE_CXXFLAGS += -std=gnu++0x
|
||||
|
||||
Reference in New Issue
Block a user