shep: i transfered it with usb and installed with dpkg -i with root access.
TARGET = wwcalc TEMPLATE = app SOURCES += qtmain.cpp \ mainwindow.cpp HEADERS += mainwindow.h FORMS += mainwindow.ui PREFIX = ../debian/wwcalc/usr unix { BINDIR = $$PREFIX/bin DATADIR =$$PREFIX/share DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\" #MAKE INSTALL INSTALLS += target desktop icon64 service target.path =$$BINDIR desktop.path = $$DATADIR/applications/hildon desktop.files += wwcalc.desktop icon64.path = $$DATADIR/icons/hicolor/64x64/apps icon64.files += wwcalc.png service.path = $$DATADIR/usr/share/dbus-1/services service.files += wwcalc.service }
mad dh_make --createorig --single -e s.l@gmail.com -c gpl mad qmake mad dpkg-buildpackage mad remote -r wwcalc send ../wwcalc_0.3-1_armel.deb mad remote -r wwcalc install wwcalc_0.3-1_armel.deb mad remote -r wwcalc run dpkg -L wwcalc