- Improved a lot downloading from url using libcommoncpp2 instead of libcurl

- TODO soon:
  - Updated configure file
	- Add url download error handling
This commit is contained in:
Christophe Dumez
2007-07-20 15:55:50 +00:00
parent 347b03d699
commit 7c8677d787
7 changed files with 61 additions and 93 deletions

View File

@@ -2,6 +2,9 @@
LANG_PATH = lang
ICONS_PATH = Icons
LIBS += -lccext2
LIBS += -lccgnu2
#Set the following variable to 1 to enable debug
DEBUG_MODE = 1