Hello, I am currently developing Qt Symbian C++ Widget project. I have a slot function and I want to get text content of url inside this function by http request. In my widget_name.h file I have included the following library:
#include <QHttp>
but compiler says that this library couldn't find. Is there any good example showing http request from the qt widget application?




