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