Hello,
I have a Qt app for a Nokia Symbia which makes http calls through QNetworkAccessManager. I understand from the doc that :
"On Symbian, processes which use this class must have the NetworkServices platform security capability. If the client process lacks this capability, operations will result in a panic."
I therefore added to my .pro file inside the symbian scope:
TARGET.CAPABILITY += NetworkServices
but
when I run the app in the Simulator, it os fair to say that panic occurs.
How can I make it work in the Simulator?


Reply With Quote
Bookmarks