mpviewplugins/mpdetailsviewplugin/tsrc/unittest_mpsharedata/unittest_mpsharedata.pro
changeset 47 4cc1412daed0
parent 45 612c4815aebe
child 51 560ce2306a17
equal deleted inserted replaced
45:612c4815aebe 47:4cc1412daed0
     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 TEMPLATE = app
       
    17 CONFIG += qtestlib \
       
    18           symbian_test \
       
    19           hb
       
    20 TARGET = unittest_mpsharedata
       
    21 DEPENDPATH += .
       
    22 INCLUDEPATH += ./inc \
       
    23     ./stub/inc \
       
    24     ../../inc \
       
    25     ../../../../inc
       
    26 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    27 
       
    28 DEFINES += SHARE_FUNC_ENABLED
       
    29 
       
    30 # Input
       
    31 HEADERS += inc/unittest_mpsharedata.h \
       
    32     ../../inc/mpsharedata.h \
       
    33     stub/inc/mpsongdata.h
       
    34 SOURCES += src/unittest_mpsharedata.cpp \
       
    35     ../../src/mpsharedata.cpp \
       
    36     stub/src/mpsongdata.cpp