I used to compile a qt program that used libcurl by adding libs+= -lcurl after installing libcurl in linux. But now that I want to compile the same program in windows I am having problems. Even though I seem to have libcurl.dll in the mingw's bin folder several attempts have gone in vain.
What are the steps that have to be followed to compile a QT program that uses libcurl in Windows with mingw. Do we still have to add the Libs+= -lcurl in the .pro file of the project ?