Added GPSPosition class.
[situare] / src / src.pro
index 21d8e09..ed0af64 100644 (file)
@@ -36,7 +36,8 @@ SOURCES += main.cpp \
     ui/situareuser.cpp \
     engine/engine.cpp \
     ui/settingsdialog.cpp \
-    map/maptilerequest.cpp
+    map/maptilerequest.cpp \
+    gps/gpsposition.cpp
 HEADERS += ui/mainwindow.h \
     ui/mapviewscreen.h \
     ui/listviewscreen.h \
@@ -69,9 +70,12 @@ HEADERS += ui/mainwindow.h \
     ui/situareuser.h \
     engine/engine.h \
     ui/settingsdialog.h \
-    map/maptilerequest.h
+    map/maptilerequest.h \
+    gps/gpsposition.h
 QT += network \
     webkit
+CONFIG += mobility
+MOBILITY = location
 #DEFINES += QT_NO_DEBUG_OUTPUT
 !maemo5 { 
     message(QJson built in)