[Qt] Qt Application Runs on N900 Platform Problem

Today I try to put my Qt application in the N900 device which is running Maemo OS.

But I obtain the error message likes above,

[sourcecode language=”text”]

Cleaning up remote leftovers first …

Initial cleanup done.

Files to deploy: /home/neutron/workspace/Qt Learning/QNotepad/QNotepad-build-maemo/qnotepad_0.0.1_armel.deb.

Deployment finished.Starting remote application.

-sh: /usr/lib/mad-developer/devrootsh: not found

Finished running remote process.

[/sourcecode]

The N900 device should install the mad-developer package first.

We can use apt-get in terminal to install it.

First, gain the root user, and then input these statement,

#> apt-get install mad-developer

When the installation step has done, we try to run the application on N900 again. The application can be run correctly.

發佈留言