X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=Situare.pro;h=bf32ceadf993261da3ddef2c21cf338ad790d23b;hb=f931daeb6f80ca2bf65b191566ad3d411cc8c917;hp=7feb438c158f02eec06a3151df1c8c672511388b;hpb=eb7e435d07e68ca495d542e58523027be8e859fb;p=situare diff --git a/Situare.pro b/Situare.pro index 7feb438..bf32cea 100644 --- a/Situare.pro +++ b/Situare.pro @@ -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