messagingapp/msgui/msgaudiofetcher/tsrc/tsrc.pri
changeset 73 ecf6a73a9186
child 76 60a8a215b0ec
equal deleted inserted replaced
68:e8a69c93c830 73:ecf6a73a9186
       
     1 #
       
     2 # Copyright (c) 2010 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 
       
    18 TEMPLATE = app
       
    19 TARGET.CAPABILITY  = All -TCB
       
    20 DEFINES += AUDIO_FETCHER_UNIT_TEST
       
    21 DEPENDPATH += .
       
    22 DEPENDPATH += inc
       
    23 DEPENDPATH += src
       
    24 
       
    25 DEPENDPATH += ../../inc
       
    26 DEPENDPATH += ../../src
       
    27 DEPENDPATH += ../../../inc
       
    28 
       
    29 
       
    30 # Platforms
       
    31 SYMBIAN_PLATFORMS = WINSCW \
       
    32     ARMV5
       
    33 
       
    34 # msgui inc
       
    35 #INCLUDEPATH += ../../../inc
       
    36 
       
    37 # msgui tsrc
       
    38 INCLUDEPATH += ../../../tsrc/shared
       
    39 
       
    40 # messaging inc 
       
    41 #INCLUDEPATH += ../../../../../inc
       
    42 
       
    43 #INCLUDEPATH += ../../../msguiutils/inc
       
    44 #INCLUDEPATH += ../../../../msgutils/unieditorutils/editorgenutils/inc
       
    45 #INCLUDEPATH += ../../../appengine/inc
       
    46 #INCLUDEPATH += ../../../../smartmessaging/ringbc/inc
       
    47 #INCLUDEPATH += ../../../../msgsettings/settingsview/inc
       
    48 #INCLUDEPATH += ../../../../msgutils/unidatamodel/univcaldataplugin/inc
       
    49 
       
    50 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 QT += testlib
       
    53 QT -= gui
       
    54 CONFIG += hb
       
    55 CONFIG += symbian_test
       
    56 
       
    57 
       
    58 #HEADERS
       
    59 HEADERS += msgaudioselectionengine.h \
       
    60            msgaudiofetchermodel.h \
       
    61            ../inc/msgaudiofetcherdialog.h \
       
    62            msgaudiopreview.h
       
    63 
       
    64 #SOURCES           
       
    65 SOURCES += msgaudioselectionengine.cpp \
       
    66            msgaudiofetchermodel.cpp \
       
    67            msgaudiofetcherdialog.cpp \
       
    68            msgaudiopreview.cpp
       
    69 
       
    70 
       
    71 # Libs
       
    72 LIBS += -lxqutils \
       
    73         -lmdeclient \
       
    74         -lcentralrepository \
       
    75         -lProfileEng \
       
    76         -lmediaclientaudio \
       
    77         -lDrmAudioPlayUtility \
       
    78         -lDRMCommon \
       
    79         -lDrmRights \
       
    80         -lDrmHelper \
       
    81         -ldrmutility \
       
    82         -lapmime \
       
    83         -lecom \
       
    84         -lxqservice \
       
    85         -lapgrfx
       
    86 
       
    87 
       
    88 symbian:MMP_RULES += SMPSAFE