videocollection/videocollectionwrapper/tsrc/testvideothumbnaildata/testvideothumbnaildata.pro
branchRCL_3
changeset 56 839377eedc2b
child 67 72c709219fcd
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 TEMPLATE = app
       
    18 TARGET = 
       
    19 DEFINES     += BUILD_VIDEOCOLLECTION_DLL
       
    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     
       
    39 CONFIG += qtestlib \
       
    40     Hb \
       
    41     symbian_test
       
    42           
       
    43 LIBS += -lestor.dll \
       
    44     -lfbscli.dll \
       
    45     -lbitgdi.dll \
       
    46     -lgdi.dll
       
    47 
       
    48 RESOURCES += data/testvideothumbnaildata.qrc
       
    49 
       
    50 # Input
       
    51 HEADERS += inc/testvideothumbnaildata.h \
       
    52            stub/inc/videothumbnaildata_p.h \
       
    53            ../../inc/videothumbnaildata.h \
       
    54            ../../../inc/videocollectionexport.h
       
    55                
       
    56 SOURCES += src/testvideothumbnaildata.cpp \
       
    57            stub/src/videothumbnaildata_p.cpp \
       
    58            ../../src/videothumbnaildata.cpp