Hi all,
I'm trying to use Qt Mobility in my app, but I get this error when trying to install the deb file in the N950:
//----------------------------------------------------------------------
$pkgmgr install-file -f myapp.deb
Error: Package 'myapp' has unmet dependencies: The following packages have unmet dependencies:
myapp: Depends: libqtm-contacts(>= 1.2.0+732+0m6) but 1.2.0+339+0m6 is to be installed
I'm trying to use Qt Mobility in my app, but I get this error when trying to install the deb file in the N950:
//----------------------------------------------------------------------
$pkgmgr install-file -f myapp.deb
Error: Package 'myapp' has unmet dependencies: The following packages have unmet dependencies:
myapp: Depends: libqtm-contacts(>= 1.2.0+732+0m6) but 1.2.0+339+0m6 is to be installed
//---------------------------------------------------------------------
int the control file in my deb,
Depends: ${shlibs:Depends}, ${misc:Depends} is added.
If I want to build a deb that anyone could install, what should I do to get the Qt Mobility working?
Thx much