X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=LatitudeUpdater-daemon.pro;fp=LatitudeUpdater-daemon.pro;h=4048c536dccd130f73bcd0ab2e45e56f57a6e70e;hb=158be27340771f8560f09c6a436aeb6b101a3cc9;hp=3550b2a26e7dea26e27aca784e75c915ba02e2b3;hpb=2aa05505684373ac4aeff3547adf16c17ba9934f;p=googlelatitude diff --git a/LatitudeUpdater-daemon.pro b/LatitudeUpdater-daemon.pro index 3550b2a..4048c53 100644 --- a/LatitudeUpdater-daemon.pro +++ b/LatitudeUpdater-daemon.pro @@ -1,7 +1,13 @@ TARGET = LatitudeUpdaterDaemon -QT -= gui +QT -= gui SOURCES += latitudedaemon.cpp main-daemon.cpp HEADERS += latitudedaemon.h include(LatitudeUpdater-common.pri) + +unix:!symbian:!maemo5 { + desktopfile.files = $${TARGET}.desktop + desktopfile.path = /usr/share/applications + INSTALLS += desktopfile +}