# ------------------------------------------------- # Project created by QtCreator 2010-03-26T07:57:35 # ------------------------------------------------- TARGET = Situare TEMPLATE = app SOURCES += src/main.cpp \ src/ui/mainwindow.cpp \ src/ui/listviewtab.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/map/mapengine.h \ src/map/mapview.h \ src/map/mapscene.h \ src/map/maptile.h