Dedicated server no longer depends on qt. Added code for utf-8 conversion on windows and linux (without qt). Some small issues remain (like the data-dir and charset for the server).

This commit is contained in:
lotodore
2007-10-01 00:33:05 +00:00
parent c17be5af25
commit b4a1ce8bd5
18 changed files with 465 additions and 60 deletions
+2 -7
View File
@@ -9,7 +9,6 @@ INCLUDEPATH += . \
src/gui \
src/gui/qt \
src/gui/qt/qttools \
src/gui/qt/qttools/qthelper \
src/net \
src/engine/local_engine \
src/engine/network_engine \
@@ -95,8 +94,6 @@ HEADERS += \
src/engine/network_engine/clientplayer.h \
src/engine/network_engine/clientbero.h \
src/gui/qttoolsinterface.h \
src/gui/qt/qttools/qttoolswrapper.h \
src/gui/qt/qttools/qthelper/qthelper.h \
src/gui/generic/serverguiwrapper.h
SOURCES += \
@@ -163,10 +160,8 @@ SOURCES += \
src/net/common/receiverhelper.cpp \
src/net/common/irccallback.cpp \
src/net/common/ircthread.cpp \
src/gui/qttoolsinterface.cpp \
src/gui/qt/qttools/qttoolswrapper.cpp \
src/gui/qt/qttools/qthelper/qthelper.cpp \
src/gui/generic/serverguiwrapper.cpp
src/gui/generic/serverguiwrapper.cpp \
src/gui/qttoolsinterface.cpp
win32{
DEPENDPATH += src/net/win32/ src/core/win32