Fixed mainwindow unit test
[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     ../../../src/ui/pixmap.cpp \
17     ../../../src/ui/infotab.cpp \
18     ../../../src/ui/updatelocation/updatelocationdialog.cpp \
19     ../../../src/ui/updatelocation/texteditautoresizer.cpp \
20     ../../../src/ui/settingsdialog.cpp
21 HEADERS += ../../../src/map/mapview.h \
22     ../../../src/map/maptile.h \
23     ../../../src/map/mapscene.h \
24     ../../../src/map/mapfetcher.h \
25     ../../../src/map/mapengine.h \
26     ../../../src/ui/mapviewscreen.h \
27     ../../../src/ui/mainwindow.h \
28     ../../../src/ui/listviewscreen.h \
29     ../../../src/ui/pixmap.h \
30     ../../../src/ui/infotab.h \
31     ../../../src/ui/updatelocation/updatelocationdialog.h \
32     ../../../src/ui/updatelocation/texteditautoresizer.h \
33     ../../../src/ui/settingsdialog.h
34 QT += webkit \
35     network
36 !maemo5:QT += opengl