hope this helped and sorry for the delay. Daniel
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/bin DATADIR =$$PREFIX/share DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\" #MAKE INSTALL INSTALLS += target desktop target.path =$$BINDIR desktop.path = $$DATADIR/applications/hildon desktop.files += countdowntimer.desktop icon64.path = $$DATADIR/icons/hicolor/64x64/apps icon64.files += ../data/64x64/$${TARGET}.png }