Merged and resolved conflicts.
[situare] / tests / ui / mainwindow / mainwindow_test.pro
1 CONFIG += qtestlib
2 TEMPLATE = app
3 TARGET = mainwindow_test
4 DEPENDPATH += .
5 INCLUDEPATH += . \
6     ../../../src/
7 SOURCES += mainwindow_test.cpp \
8     ../../../src/map/mapview.cpp \
9     ../../../src/map/maptile.cpp \
10     ../../../src/map/mapscene.cpp \
11     ../../../src/map/mapfetcher.cpp \
12     ../../../src/map/mapengine.cpp \
13     ../../../src/ui/mapviewscreen.cpp \
14     ../../../src/ui/mainwindow.cpp \
15     ../../../src/ui/listviewscreen.cpp
16 HEADERS += ../../../src/map/mapview.h \
17     ../../../src/map/maptile.h \
18     ../../../src/map/mapscene.h \
19     ../../../src/map/mapfetcher.h \
20     ../../../src/map/mapengine.h \
21     ../../../src/ui/mapviewscreen.h \
22     ../../../src/ui/mainwindow.h \
23     ../../../src/ui/listviewscreen.h
24
25 QT += webkit \
26     network