From 1acf4e4187106e422707bfc84c1d2c949c3b7eb4 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 23 Mar 2008 10:43:23 +0000 Subject: [PATCH] Additional fixes. --- pokerth_game.pro | 8 ++++---- pokerth_server.pro | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index e3475072..a946f2ab 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -28,7 +28,7 @@ INCLUDEPATH += . \ src/engine/local_engine \ src/engine/network_engine \ src/config \ - src/core/tinyxml \ + src/third_party/tinyxml \ src/gui/qt \ src/gui/qt/connecttoserverdialog \ src/core \ @@ -64,7 +64,7 @@ DEPENDPATH += . \ src/gui \ src/net \ src/core/common \ - src/core/tinyxml \ + src/third_party/tinyxml \ src/engine/local_engine \ src/engine/network_engine \ src/gui/qt \ @@ -124,8 +124,8 @@ HEADERS += \ src/net/socket_msg.h \ src/net/socket_startup.h \ src/net/net_helper.h \ - src/core/tinyxml/tinystr.h \ - src/core/tinyxml/tinyxml.h \ + src/third_party/tinyxml/tinystr.h \ + src/third_party/tinyxml/tinyxml.h \ src/engine/local_engine/cardsvalue.h \ src/engine/local_engine/localboard.h \ src/engine/local_engine/localenginefactory.h \ diff --git a/pokerth_server.pro b/pokerth_server.pro index a3d8aaad..af33b710 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -30,7 +30,7 @@ INCLUDEPATH += . \ src/engine/local_engine \ src/engine/network_engine \ src/config \ - src/core/tinyxml \ + src/third_party/tinyxml \ src/core \ DEPENDPATH += . \ @@ -43,7 +43,7 @@ DEPENDPATH += . \ src/gui/generic \ src/net \ src/core/common \ - src/core/tinyxml \ + src/third_party/tinyxml \ src/engine/local_engine \ src/engine/network_engine \ src/net/common \ @@ -77,8 +77,8 @@ HEADERS += \ src/net/socket_msg.h \ src/net/socket_startup.h \ src/net/net_helper.h \ - src/core/tinyxml/tinystr.h \ - src/core/tinyxml/tinyxml.h \ + src/third_party/tinyxml/tinystr.h \ + src/third_party/tinyxml/tinyxml.h \ src/core/pokerthexception.h \ src/core/convhelper.h \ src/core/loghelper.h \