videocollection/videocollectionview/tsrc/testlistview/testlistview.pro
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 67 72c709219fcd
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    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 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     ../../../../videoplayerapp/videoplayerengine/inc
    33     ../../../../inc \
    33     
    34     ../../../../videoplayerapp/videoplayerengine/inc \
    34 CONFIG += qtestlib \
       
    35     Hb \
       
    36     symbian_test
       
    37     
       
    38 LIBS += -lestor.dll \
       
    39     -lfbscli.dll \
       
    40     -lbitgdi.dll \
       
    41     -lgdi.dll \
       
    42     -lxqplugins.dll \
       
    43     -lmpxviewframeworkqt.dll \
       
    44     -lxqservice.dll \
       
    45     -lxqserviceutil.dll
       
    46 
    35 
    47 HEADERS += inc/testlistview.h \
    36 HEADERS += inc/testlistview.h \
    48     \ # headers needed in test
    37     \ # headers needed in test
    49     ../../../videocollectionview/inc/videolistview.h \
    38     ../../../videocollectionview/inc/videolistview.h \
    50     \ # headers needed in stubs
       
    51     ../../../tsrc/stubs/inc/hbmenu.h \
       
    52     ../../../tsrc/stubs/inc/hbmessagebox.h \
       
    53     ../../../tsrc/stubs/inc/xqserviceutil.h \
       
    54     ../../../tsrc/stubs/inc/xqserviceutilxtra.h \
       
    55     ../../../videocollectionview/inc/videocollectionuiloader.h \
       
    56     ../../../videocollectionview/inc/videolistselectiondialog.h \
       
    57     ../../../videocollectionview/inc/videocollectionviewutils.h \
       
    58     ../../../videocollectionview/inc/videohintwidget.h \
       
    59     ../../../videocollectionview/inc/videolistwidget.h \
       
    60     ../../../videocollectionwrapper/inc/videocollectionwrapper.h \
       
    61     ../../../videocollectionwrapper/inc/videosortfilterproxymodel.h \
       
    62     ../../../videocollectionwrapper/inc/videolistdatamodel.h \
       
    63     ../../../../videoplayerapp/videoplayerengine/inc/videoservices.h \
       
    64     ../../../../videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h
       
    65 
    39 
    66 SOURCES += src/testlistview.cpp \
    40 SOURCES += src/testlistview.cpp \
    67     \ # sources needed in test
    41     \ # sources needed in test
    68     ../../../videocollectionview/src/videolistview.cpp \
    42     ../../../videocollectionview/src/videolistview.cpp \
    69     \ # sources needed in stubs
    43 
    70     ../../../tsrc/stubs/src/hbmessagebox.cpp \
    44 TESTEDCLASS = videolistview
    71     ../../../tsrc/stubs/src/hbmenu.cpp \
    45 include(../../../tsrc/stubs/stubs.pro)
    72     ../../../tsrc/stubs/src/hbwidget.cpp \
       
    73     ../../../tsrc/stubs/src/hbaction.cpp \
       
    74     ../../../tsrc/stubs/src/hbdialog.cpp \
       
    75     ../../../tsrc/stubs/src/hblistview.cpp \
       
    76     ../../../tsrc/stubs/src/hbscrollbar.cpp \
       
    77     ../../../tsrc/stubs/src/xqserviceutilxtra.cpp \
       
    78     ../../../tsrc/stubs/src/videocollectionuiloader.cpp \
       
    79     ../../../tsrc/stubs/src/videolistselectiondialog.cpp \
       
    80     ../../../tsrc/stubs/src/videocollectionviewutils.cpp \
       
    81     ../../../tsrc/stubs/src/videohintwidget.cpp \
       
    82     ../../../tsrc/stubs/src/videolistwidget.cpp \
       
    83     ../../../tsrc/stubs/src/videocollectionwrapper.cpp \
       
    84     ../../../tsrc/stubs/src/videosortfilterproxymodel.cpp \
       
    85     ../../../tsrc/stubs/src/videolistdatamodel.cpp \
       
    86     ../../../tsrc/stubs/src/videoservices.cpp \
       
    87     ../../../tsrc/stubs/src/videoserviceurifetch.cpp
       
    88 
    46 
    89 RESOURCES += ../../data/videocollectionview.qrc           
    47 RESOURCES += ../../data/videocollectionview.qrc           
    90