Additional fixes.

This commit is contained in:
lotodore
2008-03-23 10:43:23 +00:00
parent 5beaa816b4
commit 1acf4e4187
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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 \
+4 -4
View File
@@ -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 \