-
QtMobility1.1
I am trying to use QML Plugin for QtMobility.contacts 1.1
I imported it using following two statements in my QML file.
import QtQuick 1.0
import QtMobility.contacts 1.1
I have installed everything but stil I am receiving following error
"QtMobility.contacts" is not installed
import QtMobility.contacts 1.1
Can anyone help?
Thanks in advance
-
Re: QtMobility1.1
i think QtMobility 1.1 is supported by Qt Quick 1.1 and you are using Qt Quick 1.0 so that would be a possible reason.
Regards
-
Re: QtMobility1.1
Thanks for reply.
The actual problem is with Perl. I installed latest version (after un-installing earlier version) of PERL and it works fine with target device as simulator. Stil I am facing problem for Desktop.
-
Re: QtMobility1.1
Desktop target in Qt SDK doesn't have Qt mobility available by default, that's why it doesn't work. To make mobility available also for desktop target, you need to compile it yourself. There's an article in FN wiki about this: [url]http://wiki.forum.nokia.com/index.php/Installing_Qt_Mobility_in_Qt_SDK_on_Windows_%28former_Qt_desktop_SDK%29[/url]
-
Re: QtMobility1.1