mpviewplugins/mpdetailsviewplugin/tsrc/unittest_mpdetailssharedialog/unittest_mpdetailssharedialog.pro
changeset 48 af3740e3753f
parent 42 79c49924ae23
child 54 c5b304f4d89b
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
     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           mobility
       
    21 
       
    22 QT += webkit \
       
    23     network \
       
    24     xml
       
    25 
       
    26 MOBILITY += bearer systeminfo
       
    27 
       
    28 TARGET = unittest_mpdetailssharedialog
       
    29 
       
    30 TARGET.CAPABILITY = All -TCB
       
    31 
       
    32 DEPENDPATH += .
       
    33 INCLUDEPATH += ./inc \
       
    34     ./stub/inc \
       
    35     ../../inc \
       
    36     ../../../../inc
       
    37 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 DEFINES += SHARE_FUNC_ENABLED SHARE_PLAYER_RND
       
    40 
       
    41 # Input
       
    42 HEADERS += inc/unittest_mpdetailssharedialog.h \
       
    43     ../../inc/mpdetailssharedialog.h \
       
    44     ../../inc/mpsharedata.h \
       
    45     stub/inc/mpsongdata.h \
       
    46     stub/inc/hbmessagebox.h
       
    47 win32:{
       
    48 HEADERS += stub/inc/qsysteminfo.h
       
    49 }
       
    50 SOURCES += src/unittest_mpdetailssharedialog.cpp \
       
    51     ../../src/mpdetailssharedialog.cpp \
       
    52     ../../src/mpsharedata.cpp \
       
    53     stub/src/mpsongdata.cpp \
       
    54     stub/src/hbmessagebox.cpp
       
    55 
       
    56 win32:{
       
    57 SOURCES += stub/src/qsysteminfo.cpp
       
    58 }