Added new List stubs, modified MeetPeoplePanel unit test.
[situare] / tests / ui / meetpeoplepanel / meetpeoplepanel.pro
1 CONFIG += qtestlib
2 DEFINES += QT_NO_DEBUG_OUTPUT
3
4 INCLUDEPATH += ../../stubs/
5
6 HEADERS += \
7     ../../stubs/personlistview.h \
8     ../../stubs/personlistitem.h \
9     ../../stubs/listview.h \
10     ../../stubs/listitem.h \
11     ../../stubs/extendedlistitem.h \
12     ../../../src/ui/extendedlistitemdelegate.h \
13     ../../../src/ui/listitemdelegate.h \
14     ../../../src/ui/meetpeoplepanel.h \
15     ../../../src/coordinates/geocoordinate.h \
16     ../../../src/coordinates/scenecoordinate.h \
17     ../../../src/ui/imagebutton.h \
18     ../../../src/ui/panelbase.h \
19     ../../../src/ui/panelcommon.h \
20     ../../../src/ui/listcommon.h \
21     ../../../src/ui/extendedlistitemstore.h \
22     ../../../src/common.h \
23     ../../../src/map/osm.h \
24     ../../../src/user/user.h
25
26 SOURCES += \
27     ../../../src/ui/meetpeoplepanel.cpp \
28     ../../../src/user/user.cpp \
29     ../../../src/ui/extendedlistitemdelegate.cpp \
30     ../../../src/ui/listitemdelegate.cpp \
31     ../../../src/ui/imagebutton.cpp \
32     ../../../src/ui/panelbase.cpp \
33     ../../../src/coordinates/geocoordinate.cpp \
34     ../../../src/coordinates/scenecoordinate.cpp \
35     ../../../src/ui/extendedlistitemstore.cpp \
36     testmeetpeoplepanel.cpp