videocollection/tsrc/stubs/stubs.pro
changeset 35 3738fe97f027
child 17 69946d1824c4
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: 
       
    15 #
       
    16     
       
    17 CONFIG += qtestlib \
       
    18     Hb \
       
    19     symbian_test
       
    20 
       
    21 LIBS += -lestor.dll \
       
    22     -lfbscli.dll \
       
    23     -lbitgdi.dll \
       
    24     -lxqplugins.dll \
       
    25     -lmpxviewframeworkqt.dll \
       
    26     -lxqservice.dll \
       
    27     -lxqserviceutil.dll
       
    28 
       
    29 HEADERS_TEMP = \
       
    30     inc/hbabstractitemview.h \
       
    31     inc/hbdocumentloader.h \
       
    32     inc/hbaction.h \
       
    33     inc/hbcheckbox.h \
       
    34     inc/hbdeviceprofile.h \
       
    35     inc/hbdialog.h \
       
    36     inc/hbglobal.h \
       
    37     inc/hbgroupbox.h \
       
    38     inc/hbinputdialog.h \
       
    39     inc/hbinstance.h \
       
    40     inc/hblabel.h \
       
    41     inc/hblistwidget.h \
       
    42     inc/hblistview.h \
       
    43     inc/hblistviewitem.h \
       
    44     inc/hbmainwindow.h \
       
    45     inc/hbmenu.h \
       
    46     inc/hbmenudata.h \
       
    47     inc/hbmessagebox.h \
       
    48     inc/hbmessageboxdata.h \
       
    49     inc/hbnamespace.h \
       
    50     inc/hbpushbutton.h \
       
    51     inc/hbscrollbar.h \
       
    52     inc/hbstackedwidget.h \
       
    53     inc/hbstyleloader.h \
       
    54     inc/hbtoolbar.h \
       
    55     inc/hbwidget.h \
       
    56     inc/hbview.h \
       
    57     inc/hbeffect.h \
       
    58     inc/videocollectionexport.h \
       
    59     inc/videocollectionuiloaderdata.h \
       
    60     inc/videocollectionviewutilsdata.h \
       
    61     inc/videocollectionwrapperdata.h \
       
    62     inc/videolistdatamodeldata.h \
       
    63     inc/videolistselectiondialogdata.h \
       
    64     inc/videolistwidgetdata.h \
       
    65     inc/videolistviewdata.h \
       
    66     inc/videoplayerappexport.h \
       
    67     inc/videosortfilterproxymodeldata.h \
       
    68     inc/videothumbnailtestdata.h \
       
    69     inc/xqserviceutil.h \
       
    70     inc/xqserviceutilxtra.h \
       
    71     ../../videocollectionview/inc/videocollectionuiloader.h \
       
    72     ../../videocollectionview/inc/videocollectionviewutils.h \
       
    73     ../../videocollectionview/inc/videohintwidget.h \
       
    74     ../../videocollectionview/inc/videolistselectiondialog.h \
       
    75     ../../videocollectionview/inc/videolistwidget.h \
       
    76     ../../videocollectionview/inc/videolistview.h \
       
    77     ../../videocollectionwrapper/inc/videolistdatamodel.h \
       
    78     ../../videocollectionwrapper/inc/videocollectionwrapper.h \
       
    79     ../../videocollectionwrapper/inc/videosortfilterproxymodel.h \
       
    80     ../../videocollectionwrapper/inc/videothumbnaildata.h \
       
    81     ../../../videoplayerapp/videoplayerengine/inc/videoservices.h \
       
    82     ../../../videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h \
       
    83 
       
    84 SOURCES_TEMP = \
       
    85     src/hbdocumentloader.cpp \
       
    86     src/hbaction.cpp \
       
    87     src/hbcheckbox.cpp \
       
    88     src/hbdialog.cpp \
       
    89     src/hbinputdialog.cpp \
       
    90     src/hbglobal.cpp \
       
    91     src/hblabel.cpp \
       
    92     src/hblistview.cpp \
       
    93     src/hblistviewItem.cpp \
       
    94     src/hbmainwindow.cpp \
       
    95     src/hbmenu.cpp \
       
    96     src/hbmessagebox.cpp \
       
    97     src/hbscrollbar.cpp \
       
    98     src/hbstackedwidget.cpp \
       
    99     src/hbstyleloader.cpp \
       
   100     src/hbwidget.cpp \
       
   101     src/xqserviceutilxtra.cpp \
       
   102     src/videocollectionuiloader.cpp \
       
   103     src/videocollectionviewutils.cpp \
       
   104     src/videohintwidget.cpp \
       
   105     src/videolistselectiondialog.cpp \
       
   106     src/videolistwidget.cpp \
       
   107     src/videolistview.cpp \
       
   108     src/videolistdatamodel.cpp \
       
   109     src/videocollectionwrapper.cpp \
       
   110     src/videosortfilterproxymodel.cpp \
       
   111     src/videothumbnaildata.cpp \
       
   112     src/videoservices.cpp \
       
   113     src/videoserviceurifetch.cpp \
       
   114 
       
   115 HEADERS += $$find(HEADERS_TEMP, ^(?!.*$$TESTEDCLASS).*$)
       
   116 SOURCES += $$find(SOURCES_TEMP, ^(?!.*$$TESTEDCLASS).*$)