videocollection/videocollectionview/tsrc/testvideocollectionviewutils/testvideocollectionviewutils.pro
changeset 15 cf5481c2bc0b
child 17 69946d1824c4
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 
       
    19 TARGET = 
       
    20 
       
    21 DEPENDPATH += . \
       
    22     inc \
       
    23     src \
       
    24     ../../../tsrc/stubs
       
    25 
       
    26 INCLUDEPATH = . \
       
    27     inc \
       
    28     ../../../tsrc/stubs/inc \
       
    29     \ # keep these at bottom so that stubbed headers are taken first
       
    30     ../../../inc \
       
    31     ../../../videocollectionview/inc \
       
    32     ../../../videocollectionwrapper/inc
       
    33     
       
    34 CONFIG += qtestlib \
       
    35     Hb \
       
    36     symbian_test
       
    37 
       
    38 LIBS += -lestor.dll \
       
    39     -lfbscli.dll \
       
    40     -lbitgdi.dll \
       
    41     -lgdi.dll
       
    42 
       
    43 # Input
       
    44 HEADERS += inc/testvideocollectionviewutils.h \
       
    45     \ # headers needed in test
       
    46     ../../inc/videocollectionviewutils.h
       
    47     
       
    48 SOURCES += src/testvideocollectionviewutils.cpp \
       
    49     \ # sources needed in test
       
    50     ../../src/videocollectionviewutils.cpp
       
    51    
       
    52 TESTEDCLASS = videocollectionviewutils.cpp
       
    53 include(../../../tsrc/stubs/stubs.pro)
       
    54     
       
    55