Integrated map view to ui, some modifications to map 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/mapengine.cpp \
9     src/map/mapview.cpp \
10     src/map/mapscene.cpp \
11     src/map/maptile.cpp
12 HEADERS += src/ui/mainwindow.h \
13     src/map/mapengine.h \
14     src/map/mapview.h \
15     src/map/mapscene.h \
16     src/map/maptile.h