# ------------------------------------------------- # Project created by QtCreator 2010-03-26T07:57:35 # ------------------------------------------------- TARGET = Situare TEMPLATE = app SOURCES += src/main.cpp \ src/ui/mainwindow.cpp \ src/map/mapfetcher.cpp \ src/map/mapengine.cpp \ tests/testMap/testmapfetcher.cpp \ tests/testMap/testmapengine.cpp HEADERS += src/ui/mainwindow.h \ src/map/mapfetcher.h \ src/map/mapengine.h