New external dependency: tinyxml.

This commit is contained in:
lotodore
2011-02-08 14:40:14 +00:00
parent dd1f46177c
commit 48f87f0dd8
6 changed files with 28 additions and 53 deletions
+4 -9
View File
@@ -8,16 +8,15 @@ QMAKE_CXXFLAGS += -std=gnu++0x
TARGET = chatcleaner
CONFIG += console
CONFIG -= app_bundle
DEFINES += TIXML_USE_STL
MOC_DIR = mocs
OBJECTS_DIR = obj
TEMPLATE = app
INCLUDEPATH += src/ \
src/third_party/tinyxml \
src/chatcleaner/ \
src/third_party/asn1/ \
src/net/
DEPENDPATH += src/ \
src/third_party/tinyxml \
src/chatcleaner/ \
src/third_party/asn1/ \
src/net/
@@ -27,10 +26,6 @@ SOURCES += chatcleaner.cpp \
badwordcheck.cpp \
textfloodcheck.cpp \
cleanerconfig.cpp \
tinystr.cpp \
tinyxml.cpp \
tinyxmlerror.cpp \
tinyxmlparser.cpp \
capsfloodcheck.cpp \
letterrepeatingcheck.cpp \
urlcheck.cpp
@@ -39,14 +34,14 @@ HEADERS += cleanerserver.h \
badwordcheck.h \
textfloodcheck.h \
cleanerconfig.h \
tinyxml.h \
tinystr.h \
capsfloodcheck.h \
letterrepeatingcheck.h \
urlcheck.h
LIBPATH += lib
LIBS += -lpokerth_lib \
-lpokerth_protocol
-lpokerth_protocol \
-ltinyxml
win32 {
LIBPATH += ../boost/stage/lib
INCLUDEPATH += ../boost/