Results 1 to 2 of 2

Thread: target capability networkservices

  1. #1
    Join Date
    Jan 2006
    Posts
    73
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    16
    Thanked 3 Times in 3 Posts

    Default target capability networkservices

    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?

  2. #2
    Join Date
    Jan 2006
    Posts
    73
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    16
    Thanked 3 Times in 3 Posts

    Default Re: target capability networkservices

    Hi,

    It looks like the above crash was caused by the deletion of a pointer I should not have deleted. No worry there...

Similar Threads

  1. Replies: 0
    Last Post: 18th May 2010, 20:32
  2. Can't get Drag and Drop capability work.
    By HeX0R in forum Newbie
    Replies: 1
    Last Post: 28th March 2010, 01:30
  3. QMake dist-like target?
    By akos.maroy in forum Qt Tools
    Replies: 5
    Last Post: 31st January 2010, 16:49
  4. Getting DragEvent target info
    By MrGarbage in forum Qt Programming
    Replies: 4
    Last Post: 22nd September 2007, 10:23
  5. qmake-qt4 & TARGET
    By !Ci in forum Qt Programming
    Replies: 2
    Last Post: 27th September 2006, 23:34

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.