Added facility to restore and save locations, and set existing location in home and...
[ptas] / zouba / zouba.pro
index 571eca3..c2708c0 100644 (file)
@@ -17,8 +17,6 @@ QT += \
 
 TEMPLATE = app
 
-#FORMS = zouba.ui
-
 SOURCES += \
     main.cpp \
     route.cpp \
@@ -26,8 +24,11 @@ SOURCES += \
     uicontroller.cpp \
     location.cpp \
     location_p.cpp \
+    locations.cpp \
     gpscontroller.cpp \
     ui.cpp \
+    messagetable.cpp \
+    messagehandler.cpp \
 
 HEADERS += \
     route.h \
@@ -35,7 +36,10 @@ HEADERS += \
     uicontroller.h \
     location.h \
     location_p.h \
+    locations.h \
     ytv.h \
     gpscontroller.h \
     ui.h \
+    messagetable.h \
+    messagehandler.h \