Added unit tests.
[situare] / tests / ui / personlistview / personlistview.pro
1 CONFIG += qtestlib
2 DEFINES += QT_NO_DEBUG_OUTPUT
3
4 INCLUDEPATH += ../../stubs/
5
6 HEADERS += \
7     ../../stubs/stubbase.h \
8     ../../stubs/listviewstub.h \
9     ../../stubs/personlistitemstub.h \
10     ../../../src/ui/personlistview.h \
11     ../../../src/ui/listview.h \
12     ../../../src/coordinates/geocoordinate.h \
13     ../../../src/coordinates/scenecoordinate.h
14
15 SOURCES += \
16     ../../stubs/stubbase.cpp \
17     ../../../src/ui/personlistview.cpp \
18     ../../../src/coordinates/geocoordinate.cpp \
19     ../../../src/coordinates/scenecoordinate.cpp \
20     testpersonlistview.cpp