Merged with ui. Added .orig files to .gitignore.
[situare] / Situare.pro
index 7feb438..bf32cea 100644 (file)
@@ -6,7 +6,15 @@ TEMPLATE = app
 SOURCES += src/main.cpp \
     src/ui/mainwindow.cpp \
     src/ui/listviewtab.cpp \
-    src/ui/mapviewtab.cpp
+    src/ui/mapviewtab.cpp \
+    src/map/mapengine.cpp \
+    src/map/mapview.cpp \
+    src/map/mapscene.cpp \
+    src/map/maptile.cpp
 HEADERS += src/ui/mainwindow.h \
     src/ui/listviewtab.h \
-    src/ui/mapviewtab.h
+    src/ui/mapviewtab.h \
+    src/map/mapengine.h \
+    src/map/mapview.h \
+    src/map/mapscene.h \
+    src/map/maptile.h