Fixed paths to 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/main.cpp \
12     src/map/mapfetcher.cpp \
13     src/map/mapengine.cpp \
14     tests/testmap/testmapfetcher.cpp \
15     tests/testmap/testmapengine.cpp \
16     src/main.cpp \
17     src/ui/mainwindow.cpp
18 HEADERS += src/map/mapfetcher.h \
19     src/map/mapengine.h \
20     src/ui/mainwindow.h