videocollection/videocollectionview/tsrc/testvideocollectionviewutils/testvideocollectionviewutils.pro
changeset 17 69946d1824c4
parent 15 cf5481c2bc0b
child 28 c48470be1ba7
--- a/videocollection/videocollectionview/tsrc/testvideocollectionviewutils/testvideocollectionviewutils.pro	Fri Apr 16 14:59:52 2010 +0300
+++ b/videocollection/videocollectionview/tsrc/testvideocollectionviewutils/testvideocollectionviewutils.pro	Mon May 03 12:32:50 2010 +0300
@@ -21,19 +21,21 @@
 DEPENDPATH += . \
     inc \
     src \
+    stubs \
     ../../../tsrc/stubs
 
 INCLUDEPATH = . \
     inc \
+    stubs/inc \
     ../../../tsrc/stubs/inc \
     \ # keep these at bottom so that stubbed headers are taken first
     ../../../inc \
+    ../../../../inc \
     ../../../videocollectionview/inc \
     ../../../videocollectionwrapper/inc
     
 CONFIG += qtestlib \
-    Hb \
-    symbian_test
+    Hb
 
 LIBS += -lestor.dll \
     -lfbscli.dll \
@@ -42,10 +44,12 @@
 
 # Input
 HEADERS += inc/testvideocollectionviewutils.h \
+    stubs/inc/centralrepository.h \
     \ # headers needed in test
     ../../inc/videocollectionviewutils.h
     
 SOURCES += src/testvideocollectionviewutils.cpp \
+	stubs/src/centralrepository.cpp \
     \ # sources needed in test
     ../../src/videocollectionviewutils.cpp