mpviewplugins/mpdetailsviewplugin/tsrc/unittest_mpdetailssharedialog/unittest_mpdetailssharedialog.pro
changeset 29 8192e5b5c935
child 32 c163ef0b758d
equal deleted inserted replaced
25:3ec52facab4d 29:8192e5b5c935
       
     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: Unit test for mpdetailssharedialog
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 CONFIG += qtestlib \
       
    19           symbian_test \
       
    20           hb
       
    21 
       
    22 QT += webkit \
       
    23     network \
       
    24     xml
       
    25 
       
    26 TARGET = unittest_mpdetailssharedialog
       
    27 DEPENDPATH += .
       
    28 INCLUDEPATH += ./inc \
       
    29     ./stub/inc \
       
    30     ../../inc \
       
    31     ../../../../inc
       
    32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 DEFINES += SHARE_FUNC_ENABLED
       
    35 
       
    36 # Input
       
    37 HEADERS += inc/unittest_mpdetailssharedialog.h \
       
    38     ../../inc/mpdetailssharedialog.h \
       
    39     ../../inc/mpsharedata.h \
       
    40     stub/inc/mpsongdata.h
       
    41 SOURCES += src/unittest_mpdetailssharedialog.cpp \
       
    42     ../../src/mpdetailssharedialog.cpp \
       
    43     ../../src/mpsharedata.cpp \
       
    44     stub/src/mpsongdata.cpp