Merged with master
[situare] / src / src.pro
index 08eb1d8..37136c4 100644 (file)
@@ -6,10 +6,20 @@ TEMPLATE = app
 SOURCES += main.cpp \
     ui/mainwindow.cpp \
     ui/mapviewscreen.cpp \
-    ui/listviewscreen.cpp
+    ui/listviewscreen.cpp \
+    map/mapengine.cpp \
+    map/mapview.cpp \
+    map/mapscene.cpp \
+    map/maptile.cpp
+
 HEADERS += ui/mainwindow.h \
     ui/mapviewscreen.h \
-    ui/listviewscreen.h
+    ui/listviewscreen.h \
+    map/mapengine.h \
+    map/mapview.h \
+    map/mapscene.h \
+    map/maptile.h
+
 
 # -----------------------------------------------------------------
 # Debian packetizing additions