QT += phonon TARGET = countdowntimer TEMPLATE = app SOURCES += qtmain.cpp \ settings.cpp \ form.cpp HEADERS += settings.h \ form.h FORMS += settings.ui \ form.ui PREFIX = ../debian/countdowntimer/usr unix { BINDIR = $$PREFIX/opt/maemo DATADIR =$$PREFIX/share DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\" #MAKE INSTALL INSTALLS += target desktop icon64 target.path =$$BINDIR desktop.path = $$DATADIR/applications/hildon desktop.files += countdowntimer.desktop icon64.path = $$DATADIR/icons/hicolor/64x64/apps icon64.files += ../data/64x64/countdowntimer.png }
[Desktop Entry] Encoding=UTF-8 Version=0.3 Type=Application Name=Countdown Timer Exec=/usr/opt/maemo/countdowntimer Icon=countdowntimer X-HildonDesk-ShowInToolbar=true X-Osso-Type=application/x-executable
/bin/sh: countdowntimer: not found