"QtMobility.contacts"
-
Hi,
I want to develop contacts list in QML .
I have added :-
CONFIG += mobility
MOBILITY += contacts
in my .pro fileand
import QtMobility.contacts 1.1 in .qml
but am getting error like module "QtMobility.contacts" is not installed.Can anyone help me in this....
-
Hi,
I want to develop contacts list in QML .
I have added :-
CONFIG += mobility
MOBILITY += contacts
in my .pro fileand
import QtMobility.contacts 1.1 in .qml
but am getting error like module "QtMobility.contacts" is not installed.Can anyone help me in this....
@Sushma_MP
using Qt4 or Qt5?
QtMobility is dead since a long time ago, so no Qt5 support. -
@Sushma_MP
using Qt4 or Qt5?
QtMobility is dead since a long time ago, so no Qt5 support.@raven-worx
Am using Qt 5.7 -
@raven-worx
Am using Qt 5.7@Sushma_MP
so you can't use it. Most parts of QtMobility have been ported/integrated into Qt5 (location/positioning, ...), but not all. -
@Sushma_MP
so you can't use it. Most parts of QtMobility have been ported/integrated into Qt5 (location/positioning, ...), but not all.@raven-worx
oh !! is there any alternate solution for this? -
@raven-worx
oh !! is there any alternate solution for this?@Sushma_MP
not that i am aware of yet -
@Sushma_MP
not that i am aware of yet@raven-worx
ok... tq -
@raven-worx
ok... tq -
If you want to work with contacts, as it was in QtMobility, you can use QtPim .
At mostly it is the same as QtMobility, but more-less supported for Qt5.
It includes contacts and organzer.Good luck.