messagingapp/msgui/msgaudiofetcher/tsrc/tsrc.pri
author hgs
Tue, 19 Oct 2010 11:30:16 +0530
changeset 76 60a8a215b0ec
parent 73 ecf6a73a9186
permissions -rw-r--r--
201041

#
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
# 
# Description:
#

QT += testlib
QT -= gui

CONFIG += hb
CONFIG += symbian_test

TEMPLATE = app
TARGET.CAPABILITY  = All -TCB
DEFINES += AUDIO_FETCHER_UNIT_TEST
DEPENDPATH += .
DEPENDPATH += inc
DEPENDPATH += src

DEPENDPATH += ../../inc
DEPENDPATH += ../../src
DEPENDPATH += ../../../inc


# Platforms
SYMBIAN_PLATFORMS = WINSCW \
    ARMV5

# msgui inc
#INCLUDEPATH += ../../../inc

# msgui tsrc
INCLUDEPATH += ../../../tsrc/shared



INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE




#HEADERS
HEADERS += msgaudioselectionengine.h \
           msgaudiofetchermodel.h \
           ../inc/msgaudiofetcherdialog.h \
           msgaudiopreview.h

#SOURCES           
SOURCES += msgaudioselectionengine.cpp \
           msgaudiofetchermodel.cpp \
           msgaudiofetcherdialog.cpp \
           msgaudiopreview.cpp


# Libs
LIBS += -lxqutils \
        -lmdeclient \
        -lcentralrepository \
        -lProfileEng \
        -lmediaclientaudio \
        -lDrmAudioPlayUtility \
        -lDRMCommon \
        -lDrmRights \
        -lDrmHelper \
        -ldrmutility \
        -lapmime \
        -lecom \
        -lxqservice \
        -lapgrfx


symbian:MMP_RULES += SMPSAFE