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