videocollection/videofiledetailsview/tsrc/testplugin/testvideofiledetailsviewplugin.pro
changeset 30 4f111d64a341
child 34 bbb98528c666
equal deleted inserted replaced
2:dec420019252 30:4f111d64a341
       
     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 TARGET = testvideofiledetailsviewplugin
       
    18 TEMPLATE = app
       
    19 
       
    20 DEPENDPATH += . \
       
    21     inc \
       
    22     src
       
    23 
       
    24 INCLUDEPATH = stub/inc \
       
    25 	/epoc32/include \
       
    26 	/epoc32/include/osextensions/stdapis \
       
    27 	/epoc32/include/osextensions/stdapis/sys \
       
    28 	/epoc32/include/stdapis \
       
    29 	/epoc32/include/stdapis/sys \
       
    30 	. \
       
    31     /epoc32/include/domain \
       
    32     /epoc32/include/domain/middleware \
       
    33     /epoc32/include/domain/applications \
       
    34     /epoc32/include/osextensions \
       
    35     /epoc32/include/middleware \
       
    36     /epoc32/include/osextensions/stdapis/stlport \
       
    37     ../../../../inc \
       
    38     ../../../inc \
       
    39     ../../../videocollectionwrapper/inc
       
    40 
       
    41 
       
    42 CONFIG += qtestlib \
       
    43     Hb \
       
    44     symbian_test
       
    45 
       
    46 LIBS += -lestor.dll \
       
    47         -lfbscli.dll \
       
    48         -lbitgdi.dll \
       
    49         -lgdi.dll \
       
    50         -lxqplugins.dll \
       
    51         -lmpxviewframeworkqt.dll \
       
    52 	-lxqserviceutil.dll \
       
    53 
       
    54 # Input
       
    55 HEADERS += inc/testvideofiledetails.h \
       
    56            stub/inc/videocollectionwrapper.h \
       
    57            stub/inc/videosortfilterproxymodel.h \
       
    58            stub/inc/hbmessagebox.h \
       
    59            stub/inc/thumbnailmanager_qt.h \
       
    60            stub/inc/videoservices.h \
       
    61            stub/inc/videoserviceurifetch.h \
       
    62            ../../inc/videofiledetailsviewplugin.h
       
    63    
       
    64 SOURCES += src/testvideofiledetails.cpp \
       
    65            stub/src/videocollectionwrapper.cpp \
       
    66            stub/src/videosortfilterproxymodel.cpp \
       
    67            stub/src/hbmessagebox.cpp \
       
    68            stub/src/thumbnailmanager_qt.cpp \
       
    69            stub/src/videoservices.cpp \
       
    70            stub/src/videoserviceurifetch.cpp \
       
    71            ../../src/videofiledetailsviewplugin.cpp
       
    72 
       
    73 RESOURCES += ../../data/videofiledetails.qrc
       
    74 TARGET.CAPABILITY = All \
       
    75     -Tcb