Trouble including curlpp

137 Views Asked by At

I'm trying to get the content from http pages in a string the way it is adviced here. I downloaded the curlpp zip and added the include folders to my project using INCLUDEPATH += "<path>" in the .pro file and of course included them in the header of my project. After that, Qt Creator found the files (before using INCLUDEPATH, I got the error that the file's not found) but I assume I did something wrong when including them, because now, I get several "undefined reference to" errors like i.e.: "error: undefined reference to curlpp::Cleanup::Cleanup()'" or "error: undefined reference to curlpp::OptionBase::OptionBase(CURLoption)'". Any idea what I could have done wrong?

0

There are 0 best solutions below