Qt Code:
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2011-07-16T13:56:53
  4. #
  5. #-------------------------------------------------
  6.  
  7. QT += core gui
  8. QT += network
  9.  
  10.  
  11. TARGET = untitled4
  12. TEMPLATE = app
  13.  
  14.  
  15. SOURCES += main.cpp\
  16. project.cpp
  17.  
  18. HEADERS += project.h
  19.  
  20. FORMS += project.ui
  21.  
  22. INCLUDEPATH += "D:/Qt/curl-7.21.6-devel-mingw32/include"
  23. win32:LIBS += -L"D:/Qtcurl-7.21.7-ssl-sspi-zlib-static-bin-w32" -lcurl
  24. DEFINES += CURL_STATICLIB
To copy to clipboard, switch view to plain text mode 
I didn't build, just download already builded from curl site for windows/mingw32. When I tried to build from source with ssl and zlib, then I get error, "can't find -lz -lssl" or something like that, even if i already installed this lib.