Fix build on Qt-Creator
[googlelatitude] / LatitudeUpdater-daemon.pro
index 3550b2a..4048c53 100644 (file)
@@ -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
+}