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