videocollection/videocollectionview/tsrc/testhintwidget/testhintwidget.pro
changeset 35 3738fe97f027
parent 34 bbb98528c666
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    18 
    18 
    19 TARGET =
    19 TARGET =
    20  
    20  
    21 DEPENDPATH += . \
    21 DEPENDPATH += . \
    22     inc \
    22     inc \
    23     src
    23     src \
       
    24     ../../../tsrc/stubs
    24     
    25     
    25 INCLUDEPATH += . \
    26 INCLUDEPATH += . \
    26     inc \
    27     inc \
    27     ../../../tsrc/stubs/inc \
    28     ../../../tsrc/stubs/inc \
    28     \ # keep these at bottom so that stubbed headers are searched first
    29     \ # keep these at bottom so that stubbed headers are taken first
    29     ../../../inc \
    30     ../../../inc \
    30     ../../../videocollectionview/inc \
    31     ../../../videocollectionview/inc \
    31     ../../../videocollectionwrapper/inc \
    32     ../../../videocollectionwrapper/inc \
       
    33     ../../../../inc \
       
    34     ../../../../videoplayerapp/videoplayerengine/inc
    32     
    35     
    33 CONFIG += qtestlib \
       
    34     Hb \
       
    35     symbian_test
       
    36 
       
    37 LIBS += -lestor.dll \
       
    38     -lfbscli.dll \
       
    39     -lbitgdi.dll \
       
    40     -lgdi.dll \
       
    41     -lvideocollectionwrapper.dll
       
    42 
       
    43 HEADERS +=  inc/testhintwidget.h \
    36 HEADERS +=  inc/testhintwidget.h \
    44     \ # headers needed in test
    37     \ # headers needed in test
    45     ../../../videocollectionview/inc/videohintwidget.h \
    38     ../../../videocollectionview/inc/videohintwidget.h \
    46     \ # headers needed in stubs
    39            
    47     ../../../videocollectionview/inc/videolistview.h \
       
    48     ../../../videocollectionview/inc/videolistwidget.h \
       
    49     ../../../videocollectionview/inc/videocollectionuiloader.h \
       
    50     ../../../videocollectionview/inc/videocollectionviewutils.h \
       
    51     ../../../videocollectionview/inc/videolistselectiondialog.h
       
    52                
       
    53 SOURCES +=  src/testhintwidget.cpp \
    40 SOURCES +=  src/testhintwidget.cpp \
    54     \ # sources needed in test
    41     \ # sources needed in test
    55     ../../../videocollectionview/src/videohintwidget.cpp \
    42     ../../../videocollectionview/src/videohintwidget.cpp \
    56     \ # sources needed in stubs
    43 
    57     ../../../tsrc/stubs/src/hblistview.cpp \
    44 TESTEDCLASS = videohintwidget
    58     ../../../tsrc/stubs/src/hbwidget.cpp \
    45 include(../../../tsrc/stubs/stubs.pro)
    59     ../../../tsrc/stubs/src/hbscrollbar.cpp \
       
    60     ../../../tsrc/stubs/src/hbdialog.cpp \
       
    61     ../../../tsrc/stubs/src/hbaction.cpp \
       
    62     ../../../tsrc/stubs/src/videocollectionuiloader.cpp \
       
    63     ../../../tsrc/stubs/src/videocollectionviewutils.cpp \
       
    64     ../../../tsrc/stubs/src/videolistview.cpp \
       
    65     ../../../tsrc/stubs/src/videolistwidget.cpp \
       
    66     ../../../tsrc/stubs/src/videolistselectiondialog.cpp
       
    67 
    46 
    68 RESOURCES += ../../data/videocollectionview.qrc
    47 RESOURCES += ../../data/videocollectionview.qrc