Revert "Changed the old code to work as a daemon"
[googlelatitude] / googlelatitude.pro
index 61e9af5..8eb75e0 100644 (file)
@@ -1,5 +1,5 @@
 TARGET      = googlelatitude
-HEADERS    += src/latitude.h src/glatitude.h src/gps.h src/gpsfake.h
+HEADERS    += src/latitude.h src/glatitude.h src/gps.h
 SOURCES    += src/main.cpp src/latitude.cpp src/glatitude.cpp src/gps.cpp
 
 OBJECTS_DIR = build
@@ -10,8 +10,7 @@ TEMPLATE    = app
 QT         += network webkit
 
 contains(QT_CONFIG, maemo5) {
+    QT          += maemo5
     CONFIG      += link_pkgconfig
     PKGCONFIG   += glib-2.0 liblocation
-    DEFINES     += LIBLOCATION
-    message(maemo5)
 }