#-------------------------------------------------
#
# Project created by QtCreator 2011-07-16T13:56:53
#
#-------------------------------------------------
QT += core gui
QT += network
TARGET = untitled4
TEMPLATE = app
SOURCES += main.cpp\
project.cpp
HEADERS += project.h
FORMS += project.ui
INCLUDEPATH += "D:/Qt/curl-7.21.6-devel-mingw32/include"
win32:LIBS += -L"D:/Qtcurl-7.21.7-ssl-sspi-zlib-static-bin-w32" -lcurl
DEFINES += CURL_STATICLIB
#-------------------------------------------------
#
# Project created by QtCreator 2011-07-16T13:56:53
#
#-------------------------------------------------
QT += core gui
QT += network
TARGET = untitled4
TEMPLATE = app
SOURCES += main.cpp\
project.cpp
HEADERS += project.h
FORMS += project.ui
INCLUDEPATH += "D:/Qt/curl-7.21.6-devel-mingw32/include"
win32:LIBS += -L"D:/Qtcurl-7.21.7-ssl-sspi-zlib-static-bin-w32" -lcurl
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.
Bookmarks