I need to create an http web server that responds to http clients using Qt 4.7I went through the API and found several servers, but how to create an http server using the APIAny hints and recommendations for this request .... I'm completely new in that
also what is .pro in Qt 4.7 and it is the same as in Visual Studio
You must use QTcpServer, check example.
QTcpServer
example
QtWebApp is an HTTP 1.1 server based on QTcpServer. It supports GET and POST methods, file downloads, cookies and sessions.