Modified mapEngine and mapFetcher classes.
[situare] / Situare.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2010-03-26T07:57:35
3 # -------------------------------------------------
4 TARGET = Situare
5 TEMPLATE = app
6 SOURCES += src/main.cpp \
7     src/ui/mainwindow.cpp \
8     src/map/mapfetcher.cpp \
9     src/map/mapengine.cpp \
10     tests/testMap/testmapfetcher.cpp \
11     tests/testMap/testmapengine.cpp
12 HEADERS += src/ui/mainwindow.h \
13     src/map/mapfetcher.h \
14     src/map/mapengine.h