Merged with ui. Added .orig files to .gitignore.
[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/ui/listviewtab.cpp \
9     src/ui/mapviewtab.cpp \
10     src/map/mapengine.cpp \
11     src/map/mapview.cpp \
12     src/map/mapscene.cpp \
13     src/map/maptile.cpp
14 HEADERS += src/ui/mainwindow.h \
15     src/ui/listviewtab.h \
16     src/ui/mapviewtab.h \
17     src/map/mapengine.h \
18     src/map/mapview.h \
19     src/map/mapscene.h \
20     src/map/maptile.h