Hi i am having a issue adding curl to my qt creator when i try and run a simple example of the curl website this one https://curl.haxx.se/libcurl/c/http-post.html i have added the libary using right the libary adding wizard i have also tried doing it manualy i still get this error: http://prntscr.com/rucmza here is what the wizard has added to the .pro file
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/lib/ -lcurl
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/lib/ -lcurld
INCLUDEPATH += $$PWD/include
DEPENDPATH += $$PWD/include
Aucun commentaire:
Enregistrer un commentaire