videocollection/videocollectionview/tsrc/testvideocollectionviewutils/testvideocollectionviewutils.pro
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 39 f6d44a0cd476
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    19 TARGET = 
    19 TARGET = 
    20 
    20 
    21 DEPENDPATH += . \
    21 DEPENDPATH += . \
    22     inc \
    22     inc \
    23     src \
    23     src \
       
    24     stubs \
    24     ../../../tsrc/stubs
    25     ../../../tsrc/stubs
    25 
    26 
    26 INCLUDEPATH = . \
    27 INCLUDEPATH = . \
    27     inc \
    28     inc \
       
    29     stubs/inc \
    28     ../../../tsrc/stubs/inc \
    30     ../../../tsrc/stubs/inc \
    29     \ # keep these at bottom so that stubbed headers are taken first
    31     \ # keep these at bottom so that stubbed headers are taken first
    30     ../../../inc \
    32     ../../../inc \
       
    33     ../../../../inc \
    31     ../../../videocollectionview/inc \
    34     ../../../videocollectionview/inc \
    32     ../../../videocollectionwrapper/inc
    35     ../../../videocollectionwrapper/inc
    33     
    36     
    34 CONFIG += qtestlib \
    37 CONFIG += qtestlib \
    35     Hb \
    38     Hb
    36     symbian_test
       
    37 
    39 
    38 LIBS += -lestor.dll \
    40 LIBS += -lestor.dll \
    39     -lfbscli.dll \
    41     -lfbscli.dll \
    40     -lbitgdi.dll \
    42     -lbitgdi.dll \
    41     -lgdi.dll
    43     -lgdi.dll
    42 
    44 
    43 # Input
    45 # Input
    44 HEADERS += inc/testvideocollectionviewutils.h \
    46 HEADERS += inc/testvideocollectionviewutils.h \
       
    47     stubs/inc/centralrepository.h \
    45     \ # headers needed in test
    48     \ # headers needed in test
    46     ../../inc/videocollectionviewutils.h
    49     ../../inc/videocollectionviewutils.h
    47     
    50     
    48 SOURCES += src/testvideocollectionviewutils.cpp \
    51 SOURCES += src/testvideocollectionviewutils.cpp \
       
    52 	stubs/src/centralrepository.cpp \
    49     \ # sources needed in test
    53     \ # sources needed in test
    50     ../../src/videocollectionviewutils.cpp
    54     ../../src/videocollectionviewutils.cpp
    51    
    55    
    52 TESTEDCLASS = videocollectionviewutils.cpp
    56 TESTEDCLASS = videocollectionviewutils.cpp
    53 include(../../../tsrc/stubs/stubs.pro)
    57 include(../../../tsrc/stubs/stubs.pro)