You need to add a define in your .pro file to enable network access on Symbian.
# Needs to be defined for Symbian if we want network access
DEFINES += NETWORKACCESS
This is a shortcut for Qt Creator 2.1 which appends the following capability.
TARGET.CAPABILITY += NetworkServices
Also see http://developer.qt.nokia.com/forums/viewthread/2145
Cheers,
Thor
From: [email protected]
[mailto:[email protected]] On Behalf Of
ext Mario Negro Ponzi
Sent: Thursday, February 24, 2011 1:51 AM
To: [email protected]
Subject: [Qt-qml] loading network resources
Hi all,
I've a problem loading network images from a QML application, but only on
Symbian. I've found that somebody else has had the same issue here:
http://developer.qt.nokia.com/forums/viewthread/2672
but there is no solution on the thread.
Any idea?
Thank you,
Mario
--
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml