"QtMobility.contacts"
Unsolved
QML and Qt Quick
-
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. -
@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. -
@raven-worx
oh !! is there any alternate solution for this? -
@Sushma_MP
not that i am aware of yet -
@raven-worx
ok... tq