How to include Curl library ?
Installation and Deployment
16
Posts
3
Posters
7.3k
Views
1
Watching
-
Have a look the qmake manual for LIBS & INCLUDEPATH.
That depends on what compiler you are currently using not Qt Creator itself.
-
wrote on 25 Sept 2014, 22:21 last edited by
should i first make .lib file?
-
It depends on how you installed libcurl
-
wrote on 26 Sept 2014, 07:51 last edited by
I didn't install it I just downloaded the .zip file from theirs site.
-
What does it contain ?
-
wrote on 27 Sept 2014, 08:31 last edited by
-
Then you need to build it
-
wrote on 27 Sept 2014, 22:49 last edited by
how can I build it and what must I include in a build?
-
You have the documentation inside the curl folder, follow it for your installed compiler
-
wrote on 28 Sept 2014, 17:16 last edited by
Do I have to make from that folder static library or dynamic library or something else?
-
That's up to you and how you would like to use it
15/16