Warning: Enables debug mode.

More steps towards downloading avatars from external server. This is currently BROKEN.
This commit is contained in:
lotodore
2009-03-21 01:39:00 +00:00
parent b1bad8d144
commit ebce3ee214
9 changed files with 253 additions and 15 deletions
+5 -2
View File
@@ -3,8 +3,8 @@
TEMPLATE = lib
CODECFORSRC = UTF-8
CONFIG += staticlib thread exceptions rtti stl warn_on release
#CONFIG += staticlib thread exceptions rtti stl warn_on debug
#CONFIG += staticlib thread exceptions rtti stl warn_on release
CONFIG += staticlib thread exceptions rtti stl warn_on debug
UI_DIR = uics
TARGET = lib/pokerth_lib
@@ -88,6 +88,8 @@ HEADERS += \
src/net/transferhelper.h \
src/net/uploaderthread.h \
src/net/uploadhelper.h \
src/net/downloaderthread.h \
src/net/downloadhelper.h \
src/third_party/tinyxml/tinystr.h \
src/third_party/tinyxml/tinyxml.h \
src/third_party/libircclient/include/libircclient.h \
@@ -159,6 +161,7 @@ SOURCES += \
src/net/common/clientstate.cpp \
src/net/common/clientthread.cpp \
src/net/common/downloadhelper.cpp \
src/net/common/downloaderthread.cpp \
src/net/common/netpacket.cpp \
src/net/common/resolverthread.cpp \
src/net/common/senderinterface.cpp \