mpviewplugins/mpdetailsviewplugin/mpdetailsviewplugin.pro
author Pat Downey <patd@symbian.org>
Wed, 23 Jun 2010 17:07:08 +0100
changeset 33 d7f1a76a253a
parent 32 c163ef0b758d
child 37 eb79a7c355bf
permissions -rw-r--r--
Merge heads.

#
# 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