Added testfriendlist.pro file.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 6 May 2010 09:23:51 +0000 (12:23 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 6 May 2010 09:23:51 +0000 (12:23 +0300)
tests/ui/friendlist/testfriendlist.pro [new file with mode: 0644]

diff --git a/tests/ui/friendlist/testfriendlist.pro b/tests/ui/friendlist/testfriendlist.pro
new file mode 100644 (file)
index 0000000..5e2204f
--- /dev/null
@@ -0,0 +1,8 @@
+CONFIG += qtestlib
+HEADERS += ../../../src/ui/friendlistview.h \
+    ../../../src/ui/friendlistitem.h \
+    ../../../src/user/user.h
+SOURCES += ../../../src/ui/friendlistview.cpp \
+    ../../../src/ui/friendlistitem.cpp \
+    ../../../src/user/user.cpp \
+    testfriendlist.cpp