videocollection/videocollectionwrapper/tsrc/testvideothumbnaildata_p/testvideothumbnaildata_p.pro
changeset 15 cf5481c2bc0b
child 62 0e1e938beb1a
equal deleted inserted replaced
2:dec420019252 15:cf5481c2bc0b
       
     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     stub/src \
       
    24     stub/inc
       
    25 
       
    26 INCLUDEPATH = . \
       
    27     stub/inc \
       
    28 	/epoc32/include \
       
    29 	/epoc32/include/osextensions/stdapis \
       
    30 	/epoc32/include/osextensions/stdapis/sys \
       
    31 	/epoc32/include/stdapis \
       
    32 	/epoc32/include/stdapis/sys \
       
    33 	. \
       
    34     /epoc32/include/domain \
       
    35     /epoc32/include/domain/middleware \
       
    36     /epoc32/include/domain/applications \
       
    37     /epoc32/include/osextensions \
       
    38     /epoc32/include/middleware \
       
    39     /epoc32/include/osextensions/stdapis/stlport \
       
    40     ../../../inc \
       
    41     
       
    42 CONFIG += qtestlib \
       
    43     Hb \
       
    44     symbian_test
       
    45     
       
    46 LIBS += -lestor.dll \
       
    47     -lfbscli.dll \
       
    48     -lbitgdi.dll \
       
    49     -lgdi.dll
       
    50 
       
    51 RESOURCES += data/testvideothumbnaildata_p.qrc
       
    52 
       
    53 # Input
       
    54 HEADERS += inc/testvideothumbnaildata_p.h \
       
    55            inc/videothumbnaildatatester.h \
       
    56            stub/inc/videothumbnailfetcher.h  \
       
    57            stub/inc/videocollectionwrapper.h \
       
    58            stub/inc/videosortfilterproxymodel.h \
       
    59            ../../inc/videothumbnaildata_p.h \
       
    60            ../../../inc/videocollectionexport.h
       
    61                
       
    62 SOURCES += src/testvideothumbnaildata_p.cpp \
       
    63            src/videothumbnaildatatester.cpp \
       
    64            stub/src/videothumbnailfetcher.cpp  \
       
    65            stub/src/videocollectionwrapper.cpp \
       
    66            stub/src/videosortfilterproxymodel.cpp \
       
    67            ../../src/videothumbnaildata_p.cpp