Hi,
Here is my problem, I need to use "QHttp" in my application.
Deploying it on the simulator, everything works fine
but when I deploy on device I get this error :
- QHttp no such file or directory.
I search the forum to find an answer but everything I try not work.
I try to put :
symbian {
...
TARGET.CAPABILITY = NetworkServices
...
}
or put the keyword "network" or "NetworkService" at the first line -> Qt += core gui network
I use Qt 4.7.0 and QtCreator.
Maybe someone already have this problem here ?
Thanks for answer.



