mpviewplugins/mpdetailsviewplugin/mpdetailsviewplugin.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 13:36:36 +0300
changeset 32 c163ef0b758d
parent 29 8192e5b5c935
child 37 eb79a7c355bf
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

#
# Copyright (c) 2009 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: 
#

symbian:TARGET.UID3 = 0x2002D0AA

TEMPLATE = lib
CONFIG += hb qt ecomplugin mobility SHARE_FUNC_ENABLED
QT += webkit \
    network \
    xml
TARGET = mpdetailsviewplugin
MOBILITY += bearer systeminfo

SERVICE.INTERFACE_NAME = org.nokia.mmdt.MpxViewPlugin/1.0
SERVICE.CONFIGURATION = ""

TARGET.CAPABILITY = All -TCB

DEPENDPATH += .
INCLUDEPATH += . \
     inc \
     ../../inc
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 

LIBS += -lmpxviewframeworkqt.dll \
        -lmpxplaybackutility.dll \
        -lmpxcommon.dll \
        -lthumbnailmanagerqt.dll \
        -lmpsettingsmanager.dll \
        -lmpengine.dll \
		-lmpdata.dll

symbian:TARGET.EPOCALLOWDLLDATA = 1

# Input
SOURCES += src/mpdetailsviewplugin.cpp \
           src/mpdetailsview.cpp \
           src/mpquerymanager.cpp

HEADERS = ../../inc/mpviewbase.h \
           inc/mpdetailsviewplugin.h \
           inc/mpdetailsview.h \
           inc//mpquerymanager.h

# Sharing functionality
CONFIG(SHARE_FUNC_ENABLED) {
    SOURCES += src/mpdetailssharedialog.cpp src/mpsharedata.cpp
    HEADERS += inc/mpdetailssharedialog.h inc/mpsharedata.h
    DEFINES += SHARE_FUNC_ENABLED
    debug {
        DEFINES += SHARE_PLAYER_RND
    }
}

RESOURCES += resources/mpdetailsviewresources.qrc