Modified test cases.
[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     src/ui/mainwindow.cpp
16 HEADERS += src/map/mapfetcher.h \
17     src/map/mapengine.h \
18     src/ui/mainwindow.h