How to include Curl library ?
			
			Installation and Deployment
		
16
Posts
3
Posters
7.4k
Views
1
Watching
- 
Which package of Curl library should I use for 32bit Win OS?
Win32 - Generic binary or libcurl ? or Win32 - cygwin binary or libcurl?
I use Qtcreator as IDE.I would like to know which library should i choose ? Internal, External or System ? And what type of file must a library be?
 - 
Have a look the qmake manual for LIBS & INCLUDEPATH.
That depends on what compiler you are currently using not Qt Creator itself.
 - 
It depends on how you installed libcurl
 - 
What does it contain ?
 - 
 - 
Then you need to build it
 - 
You have the documentation inside the curl folder, follow it for your installed compiler
 - 
That's up to you and how you would like to use it