videocollection/videocollectionview/tsrc/testcollectionview/testcollectionview.pro
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
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     
    24     ../../../tsrc/stubs
       
    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 taken 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 \
    32     
    33     ../../../../inc \
    33 CONFIG += qtestlib \
    34     ../../../../videoplayerapp/videoplayerengine/inc
    34     Hb \
       
    35     symbian_test
       
    36           
       
    37 LIBS += -lestor.dll \
       
    38     -lfbscli.dll \
       
    39     -lbitgdi.dll \
       
    40     -lgdi.dll \
       
    41     -lxqplugins.dll \
       
    42     -lmpxviewframeworkqt.dll \
       
    43     -lvideocollectionwrapper.dll
       
    44 
    35 
    45 HEADERS +=  inc/testcollectionview.h \
    36 HEADERS +=  inc/testcollectionview.h \
    46     \ # headers needed in test
    37     \ # headers needed in test
    47     ../../inc/videocollectionviewplugin.h \
    38     ../../inc/videocollectionviewplugin.h \
    48     \ # headers needed in stubs
       
    49     ../../../videocollectionview/inc/videocollectionuiloader.h \
       
    50     ../../../videocollectionview/inc/videocollectionviewutils.h \
       
    51     ../../../videocollectionview/inc/videolistview.h \
       
    52     ../../../videocollectionview/inc/videolistwidget.h \
       
    53     ../../../videocollectionview/inc/videolistselectiondialog.h \
       
    54     ../../../videocollectionview/inc/videohintwidget.h
       
    55            
    39            
    56 SOURCES +=  src/testcollectionview.cpp \
    40 SOURCES +=  src/testcollectionview.cpp \
    57     \ # sources needed in test
    41     \ # sources needed in test
    58     ../../src/videocollectionviewplugin.cpp \
    42     ../../src/videocollectionviewplugin.cpp \
    59     \ # sources needed in stubs
    43 
    60     ../../../tsrc/stubs/src/hbmainwindow.cpp \
    44 TESTEDCLASS = videocollectionviewplugin
    61     ../../../tsrc/stubs/src/hblistview.cpp \
    45 include(../../../tsrc/stubs/stubs.pro)
    62     ../../../tsrc/stubs/src/hbwidget.cpp \
       
    63     ../../../tsrc/stubs/src/hbscrollbar.cpp \
       
    64     ../../../tsrc/stubs/src/hbdialog.cpp \
       
    65     ../../../tsrc/stubs/src/hbaction.cpp \
       
    66     ../../../tsrc/stubs/src/videocollectionuiloader.cpp \
       
    67     ../../../tsrc/stubs/src/videocollectionviewutils.cpp \
       
    68     ../../../tsrc/stubs/src/videolistview.cpp \
       
    69     ../../../tsrc/stubs/src/videolistwidget.cpp \
       
    70     ../../../tsrc/stubs/src/videolistselectiondialog.cpp \
       
    71     ../../../tsrc/stubs/src/videohintwidget.cpp
       
    72 
    46 
    73 RESOURCES += ../../data/videocollectionview.qrc
    47 RESOURCES += ../../data/videocollectionview.qrc