videocollection/videocollectionview/tsrc/testlistwidget/testlistwidget.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     ../../../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 stub headers are taken first
    29     \ # keep these at bottom so that stub headers are taken first
    38 
    39 
    39 LIBS += -lestor.dll \
    40 LIBS += -lestor.dll \
    40     -lfbscli.dll \
    41     -lfbscli.dll \
    41     -lbitgdi.dll \
    42     -lbitgdi.dll \
    42     -lgdi.dll \
    43     -lgdi.dll \
    43     -lvideocollectionwrapper.dll \
       
    44     -lxqservice.dll \
    44     -lxqservice.dll \
    45     -lxqserviceutil.dll
    45     -lxqserviceutil.dll
    46 
    46 
    47 HEADERS += inc/testlistwidget.h \
    47 HEADERS += inc/testlistwidget.h \
    48     \ # headers needed in test
    48     \ # headers needed in test
    49     ../../../videocollectionview/inc/videolistwidget.h \
    49     ../../../videocollectionview/inc/videolistwidget.h \
    50     \ # headers needed in stubs
       
    51     ../../../tsrc/stubs/inc/hbmainwindow.h \
       
    52     ../../../tsrc/stubs/inc/hbwidget.h \
       
    53     ../../../tsrc/stubs/inc/hbinstance.h \
       
    54     ../../../tsrc/stubs/inc/hbscrollbar.h \
       
    55     ../../../tsrc/stubs/inc/hbaction.h \
       
    56     ../../../tsrc/stubs/inc/hbview.h \
       
    57     ../../../tsrc/stubs/inc/hblistviewitem.h \
       
    58     ../../../tsrc/stubs/inc/hblistview.h \
       
    59     ../../../tsrc/stubs/inc/hbglobal.h \
       
    60     ../../../tsrc/stubs/inc/hbstyleloader.h \
       
    61     ../../../tsrc/stubs/inc/hbmenu.h \
       
    62     ../../../tsrc/stubs/inc/hbmessagebox.h \
       
    63     ../../../tsrc/stubs/inc/xqserviceutil.h \
       
    64     ../../../videocollectionview/inc/videocollectionviewutils.h \
       
    65     ../../../videocollectionview/inc/videocollectionuiloader.h \
       
    66     ../../../videocollectionview/inc/videolistselectiondialog.h \
       
    67     ../../../videocollectionwrapper/inc/videocollectionwrapper.h \
       
    68     ../../../videocollectionwrapper/inc/videosortfilterproxymodel.h \
       
    69     ../../../videocollectionwrapper/inc/videolistdatamodel.h \
       
    70     ../../../videocollectionwrapper/inc/videothumbnaildata.h \
       
    71     ../../../../videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h
       
    72 
    50 
    73 SOURCES += src/testlistwidget.cpp \
    51 SOURCES += src/testlistwidget.cpp \
    74     \ # sources needed in test
    52     \ # sources needed in test
    75     ../../../videocollectionview/src/videolistwidget.cpp \
    53     ../../../videocollectionview/src/videolistwidget.cpp \
    76     \ # sources needed in stubs
    54 
    77     ../../../tsrc/stubs/src/hbwidget.cpp \
       
    78     ../../../tsrc/stubs/src/hbscrollbar.cpp \
       
    79     ../../../tsrc/stubs/src/hbaction.cpp \
       
    80     ../../../tsrc/stubs/src/hblistviewitem.cpp \
       
    81     ../../../tsrc/stubs/src/hblistview.cpp \
       
    82     ../../../tsrc/stubs/src/hbglobal.cpp \
       
    83     ../../../tsrc/stubs/src/hbstyleloader.cpp \
       
    84     ../../../tsrc/stubs/src/hbmenu.cpp \
       
    85     ../../../tsrc/stubs/src/hbmessagebox.cpp \
       
    86     ../../../tsrc/stubs/src/hbdialog.cpp \
       
    87     ../../../tsrc/stubs/src/videocollectionviewutils.cpp \
       
    88     ../../../tsrc/stubs/src/videocollectionuiloader.cpp \
       
    89     ../../../tsrc/stubs/src/videolistselectiondialog.cpp \
       
    90     ../../../tsrc/stubs/src/videocollectionwrapper.cpp \
       
    91     ../../../tsrc/stubs/src/videosortfilterproxymodel.cpp \
       
    92     ../../../tsrc/stubs/src/videolistdatamodel.cpp \
       
    93     ../../../tsrc/stubs/src/videothumbnaildata.cpp \
       
    94     ../../../tsrc/stubs/src/videoservices.cpp \
       
    95     ../../../tsrc/stubs/src/videoserviceurifetch.cpp \
       
    96     
    55     
       
    56 TESTEDCLASS = videolistwidget
       
    57 include(../../../tsrc/stubs/stubs.pro)
       
    58 
       
    59 RESOURCES += ../../data/videocollectionview.qrc
       
    60 
       
    61