Try to fix OBS + Aegis
[googlelatitude] / LatitudeUpdater-daemon.pro
1 TARGET = LatitudeUpdaterDaemon
2 QT    -= gui
3
4 SOURCES += latitudedaemon.cpp main-daemon.cpp
5 HEADERS += latitudedaemon.h
6
7 include(LatitudeUpdater-common.pri)
8
9 unix:!symbian:!maemo5 {
10     desktopfile.files = $${TARGET}.desktop
11     desktopfile.path = /usr/share/applications
12     INSTALLS += desktopfile
13 }