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 -1
View File
@@ -176,10 +176,11 @@ SOURCES += \
src/gui/qttoolsinterface.cpp
win32{
DEFINES += CURL_STATICLIB
DEPENDPATH += src/net/win32/ src/core/win32
SOURCES += src/net/win32/socket_helper.cpp \
src/net/win32/socket_startup.cpp
INCLUDEPATH += ../boost/ ../OpenSSL/include
INCLUDEPATH += ../boost/ ../OpenSSL/include ../curl/include
}
!win32{
DEPENDPATH += src/net/linux/ src/core/linux