videocollection/videocollectionview/tsrc/testlisttoolbar/testlisttoolbar.pro
changeset 65 a9d57bd8d7b7
child 67 72c709219fcd
equal deleted inserted replaced
62:0e1e938beb1a 65:a9d57bd8d7b7
       
     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     ../../../../inc \
       
    34 
       
    35 HEADERS += inc/testlisttoolbar.h \
       
    36     \ # headers needed in test
       
    37     ../../../videocollectionview/inc/videolisttoolbar.h \
       
    38 
       
    39 SOURCES += src/testlisttoolbar.cpp \
       
    40     \ # sources needed in test
       
    41     ../../../videocollectionview/src/videolisttoolbar.cpp \
       
    42 
       
    43 TESTEDCLASS = videolisttoolbar
       
    44 include(../../../tsrc/stubs/stubs.pro)
       
    45 
       
    46 RESOURCES += ../../data/videocollectionview.qrc