videocollection/tsrc/stubs/stubs.pro
branchRCL_3
changeset 56 839377eedc2b
equal deleted inserted replaced
54:315810614048 56:839377eedc2b
       
     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 DEFINES += XQPLUGIN_H
       
    18 DEFINES += XQSERVICEABSTRACTSERVICE_H
       
    19 DEFINES += XQSERVICEUTIL_H
       
    20     
       
    21 CONFIG += qtestlib \
       
    22     Hb \
       
    23     symbian_test
       
    24 
       
    25 LIBS += -lestor.dll \
       
    26     -lfbscli.dll \
       
    27     -lbitgdi.dll \
       
    28     -lmpxviewframeworkqt.dll \
       
    29     -lxqplugins.dll \
       
    30     -lxqservice.dll
       
    31 
       
    32 HEADERS_TEMP = \
       
    33 	inc/videoserviceurifetch.h \	
       
    34 	inc/videoservicebrowse.h \
       
    35 	inc/xqserviceutilstub.h \
       
    36 	inc/xqserviceproviderstub.h \
       
    37 	inc/xqsettingsmanagerstub.h \
       
    38     inc/testobjectstore.h \
       
    39     inc/hbabstractitemview.h \
       
    40     inc/hbdocumentloader.h \
       
    41     inc/hbaction.h \
       
    42     inc/hbcheckbox.h \
       
    43     inc/hbdeviceprofile.h \
       
    44     inc/hbdialog.h \
       
    45     inc/hbnotificationdialog.h \
       
    46     inc/hbglobal.h \
       
    47     inc/hbgroupbox.h \
       
    48     inc/hbinputdialog.h \
       
    49     inc/hbinstance.h \
       
    50     inc/hblabel.h \
       
    51     inc/hblistwidget.h \
       
    52     inc/hblistview.h \
       
    53     inc/hblistviewitem.h \
       
    54     inc/hbmainwindow.h \
       
    55     inc/hbmenu.h \
       
    56     inc/hbmenudata.h \
       
    57     inc/hbmessagebox.h \
       
    58     inc/hbmessageboxdata.h \
       
    59     inc/hbnamespace.h \
       
    60     inc/hbpushbutton.h \
       
    61     inc/hbscrollbar.h \
       
    62     inc/hbstackedwidget.h \
       
    63     inc/hbstyleloader.h \
       
    64     inc/hbtoolbar.h \
       
    65     inc/hbtoolbarextension.h \
       
    66     inc/hbwidget.h \
       
    67     inc/hbview.h \
       
    68     inc/hbeffect.h \
       
    69     inc/videocollectionexport.h \
       
    70     inc/videocollectionuiloaderdata.h \
       
    71     inc/videocollectionviewutilsdata.h \
       
    72     inc/videocollectionwrapperdata.h \
       
    73     inc/videolistdatamodeldata.h \
       
    74     inc/videolistselectiondialogdata.h \
       
    75     inc/videohintwidgetdata.h \
       
    76     inc/videolistwidgetdata.h \
       
    77     inc/videolistviewdata.h \
       
    78     inc/videoplayerappexport.h \
       
    79     inc/videosortfilterproxymodeldata.h \
       
    80     inc/videothumbnailtestdata.h \
       
    81     inc/videoactivitystate.h \
       
    82     inc/xqserviceutilxtra.h \
       
    83     inc/videooperatorservicedata.h \
       
    84     inc/videooperatorservice_pdata.h \
       
    85     # We need stub for this because it has static data and HW compilation of moc file fails because of that.
       
    86     inc/videoservices.h \
       
    87     ../../videocollectionview/inc/videocollectionuiloader.h \
       
    88     ../../videocollectionview/inc/videocollectionviewutils.h \
       
    89     ../../videocollectionview/inc/videohintwidget.h \
       
    90     ../../videocollectionview/inc/videolistselectiondialog.h \
       
    91     ../../videocollectionview/inc/videolistwidget.h \
       
    92     ../../videocollectionview/inc/videolistview.h \
       
    93     ../../videocollectionwrapper/inc/videolistdatamodel.h \
       
    94     ../../videocollectionwrapper/inc/videocollectionwrapper.h \
       
    95     ../../videocollectionwrapper/inc/videosortfilterproxymodel.h \
       
    96     ../../videocollectionwrapper/inc/videothumbnaildata.h \
       
    97     ../../videocollectionview/inc/videooperatorservice.h \
       
    98     ../../videocollectionview/inc/videooperatorservice_p.h
       
    99 
       
   100 SOURCES_TEMP = \
       
   101     src/xqserviceprovider.cpp \
       
   102     src/testobjectstore.cpp \
       
   103     src/hbdocumentloader.cpp \
       
   104     src/hbaction.cpp \
       
   105     src/hbcheckbox.cpp \
       
   106     src/hbdialog.cpp \
       
   107     src/hbnotificationdialog.cpp \
       
   108     src/hbinputdialog.cpp \
       
   109     src/hbglobal.cpp \
       
   110     src/hblabel.cpp \
       
   111     src/hblistview.cpp \
       
   112     src/hblistviewItem.cpp \
       
   113     src/hbmainwindow.cpp \
       
   114     src/hbmenu.cpp \
       
   115     src/hbmessagebox.cpp \
       
   116     src/hbscrollbar.cpp \
       
   117     src/hbstackedwidget.cpp \
       
   118     src/hbstyleloader.cpp \
       
   119     src/hbtoolbar.cpp \
       
   120     src/hbtoolbarextension.cpp \
       
   121     src/hbwidget.cpp \
       
   122     src/hbview.cpp \
       
   123     src/hbeffect.cpp \
       
   124     src/xqserviceutil.cpp \
       
   125     src/xqserviceutilxtra.cpp \
       
   126     src/videocollectionuiloader.cpp \
       
   127     src/videocollectionviewutils.cpp \
       
   128     src/videohintwidget.cpp \
       
   129     src/videolistselectiondialog.cpp \
       
   130     src/videolistwidget.cpp \
       
   131     src/videolistview.cpp \
       
   132     src/videolistdatamodel.cpp \
       
   133     src/videocollectionwrapper.cpp \
       
   134     src/videosortfilterproxymodel.cpp \
       
   135     src/videothumbnaildata.cpp \
       
   136     src/videoservices.cpp \
       
   137     src/videoserviceurifetch.cpp \
       
   138     src/videoservicebrowse.cpp \ 
       
   139     src/videoactivitystate.cpp \
       
   140     src/videooperatorservice.cpp \
       
   141     src/videooperatorservice_p.cpp \
       
   142     src/xqsettingsmanagerstub.cpp
       
   143 
       
   144 HEADERS += $$find(HEADERS_TEMP, ^(?!.*$$TESTEDCLASS).*$)
       
   145 SOURCES += $$find(SOURCES_TEMP, ^(?!.*$$TESTEDCLASS).*$)