Modified mapfetcher.cpp and mapfetcher.h files.
[situare] / Situare.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2010-03-26T07:57:35
3 # -------------------------------------------------
4 TARGET = Situare
5 TEMPLATE = app
6 QT += network \
7     testlib
8 INCLUDEPATH += . \
9     src/tests/testmap/ \
10     src/map/
11 SOURCES += src/map/mapfetcher.cpp \
12     src/map/mapengine.cpp \
13     tests/testmap/testmapfetcher.cpp \
14     tests/testmap/testmapengine.cpp
15
16 # src/main.cpp \
17
18 HEADERS += src/map/mapfetcher.h \
19     src/map/mapengine.h