videocollection/videocollectionview/tsrc/testvideolistselectiondialog/testvideolistselectiondialog.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
    36 
    37 
    37 LIBS += -lestor.dll \
    38 LIBS += -lestor.dll \
    38     -lfbscli.dll \
    39     -lfbscli.dll \
    39     -lbitgdi.dll \
    40     -lbitgdi.dll \
    40     -lgdi.dll
    41     -lgdi.dll
    41 
    42     
    42 HEADERS += inc/testvideolistselectiondialog.h \
    43 HEADERS += inc/testvideolistselectiondialog.h \
       
    44 	inc/videolistselectiondialogtester.h \
    43     \ # headers needed in test
    45     \ # headers needed in test
    44     ../../inc/videolistselectiondialog.h \
    46     ../../inc/videolistselectiondialog.h \
    45     \ # headers needed in stubs
    47    
    46     ../../../tsrc/stubs/inc/hbdialog.h \            
       
    47     ../../../tsrc/stubs/inc/hblabel.h \
       
    48     ../../../tsrc/stubs/inc/hbcheckbox.h \
       
    49     ../../../tsrc/stubs/inc/hbwidget.h \
       
    50     ../../../tsrc/stubs/inc/hbstackedwidget.h \
       
    51     ../../../tsrc/stubs/inc/hbdeviceprofile.h \
       
    52     ../../../tsrc/stubs/inc/hbabstractitemview.h \
       
    53     ../../../tsrc/stubs/inc/hbaction.h \
       
    54     ../../../tsrc/stubs/inc/hbview.h \
       
    55     ../../../videocollectionview/inc/videolistwidget.h \
       
    56     ../../../videocollectionview/inc/videocollectionuiloader.h \
       
    57     ../../../videocollectionwrapper/inc/videocollectionwrapper.h \
       
    58     ../../../videocollectionwrapper/inc/videolistdatamodel.h \        
       
    59     ../../../videocollectionwrapper/inc/videosortfilterproxymodel.h            
       
    60     
    48     
    61 SOURCES += src/testvideolistselectiondialog.cpp \           
    49 SOURCES += src/testvideolistselectiondialog.cpp \           
    62     \ # sources needed in test
    50     \ # sources needed in test
    63     ../../src/videolistselectiondialog.cpp \
    51     ../../src/videolistselectiondialog.cpp \
    64     \ # sources needed in stubs
    52    
    65     ../../../tsrc/stubs/src/hbdialog.cpp \
    53 TESTEDCLASS = videolistselectiondialog
    66     ../../../tsrc/stubs/src/hblabel.cpp \
    54 include(../../../tsrc/stubs/stubs.pro)
    67     ../../../tsrc/stubs/src/hbcheckbox.cpp \
       
    68     ../../../tsrc/stubs/src/hbwidget.cpp \
       
    69     ../../../tsrc/stubs/src/hbstackedwidget.cpp \
       
    70     ../../../tsrc/stubs/src/hbaction.cpp \
       
    71     ../../../tsrc/stubs/src/videolistwidget.cpp \
       
    72     ../../../tsrc/stubs/src/videocollectionuiloader.cpp \
       
    73     ../../../tsrc/stubs/src/videosortfilterproxymodel.cpp \  
       
    74     ../../../tsrc/stubs/src/videolistdatamodel.cpp