Now using libcurl and zlib.

This commit is contained in:
lotodore
2008-04-11 08:32:48 +00:00
parent ff0ceabd20
commit d97e3d8ef6
4 changed files with 12 additions and 4 deletions
+2
View File
@@ -33,6 +33,7 @@
#include "configfile.h"
#include <net/socket_startup.h>
#include <curl/curl.h>
#include <QtGui>
#include <QtCore>
@@ -75,6 +76,7 @@ int main( int argc, char **argv )
//_CrtSetBreakAlloc(49937);
socket_startup();
curl_global_init(CURL_GLOBAL_NOTHING);
/////// can be removed for non-qt-guis ////////////
QApplication a( argc, argv );