videocollection/videocollectionview/tsrc/testvideocollectionviewutils/testvideocollectionviewutils.pro
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 39 f6d44a0cd476
--- a/videocollection/videocollectionview/tsrc/testvideocollectionviewutils/testvideocollectionviewutils.pro	Thu Apr 01 23:32:44 2010 +0300
+++ b/videocollection/videocollectionview/tsrc/testvideocollectionviewutils/testvideocollectionviewutils.pro	Fri Apr 16 18:13:14 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