[Qt-qml] loading network resources
ext-thor.larholm at nokia.com
ext-thor.larholm at nokia.com
Thu Feb 24 13:24:19 CET 2011
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: qt-qml-bounces+ext-thor.larholm=nokia.com at qt.nokia.com [mailto:qt-qml-bounces+ext-thor.larholm=nokia.com at qt.nokia.com] On Behalf Of ext Mario Negro Ponzi
Sent: Thursday, February 24, 2011 1:51 AM
To: Qt-qml at qt.nokia.com
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
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20110224/6d34357e/attachment.html
More information about the Qt-qml
mailing list