Merge branch 'laitiju' into map
[situare] / src / src.pro
index 631b02d..b782baf 100644 (file)
@@ -7,11 +7,21 @@ SOURCES += main.cpp \
     ui/mainwindow.cpp \
     ui/mapviewscreen.cpp \
     ui/listviewscreen.cpp \
-    src/map/mapfetcher.cpp
+    map/mapengine.cpp \
+    map/mapview.cpp \
+    map/mapscene.cpp \
+    map/maptile.cpp \
+    map/mapfetcher.cpp
+
 HEADERS += ui/mainwindow.h \
     ui/mapviewscreen.h \
     ui/listviewscreen.h \
-    src/map/mapfetcher.h
+    map/mapengine.h \
+    map/mapview.h \
+    map/mapscene.h \
+    map/maptile.h \
+    map/mapfetcher.h
+
 
 # -----------------------------------------------------------------
 # Debian packetizing additions