View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#2
Originally Posted by Sasler View Post
I'm trying to use Qt Mobility in my app and I have the following line in my Debian control file:


Code:
Build-Depends: debhelper (>= 5), libqt4-dev, libqtm-dev, libqt4-network
But I get this error in the N900 when trying to install the deb file:



Am I missing something or am I doing something wrong?

Cheers

If you just install the deb-file with dpkg, it does not grab and install all the dependencies. It just gives an error. What you could do is installing the packages from the repository. Become root on the device, run:

Code:
apt-get update
and then

Code:
apt-get install libqtm-systeminfo

BTW, What you quoted are the build-dependencies, which are packages, which have to be installed in order to build not to run the application.

Daniel
 

The Following User Says Thank You to danielwilms For This Useful Post: