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