mpviewplugins/mpcollectionviewplugin/mpcollectionviewplugin.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 14 May 2010 15:49:53 +0300
changeset 25 3ec52facab4d
parent 22 ecf06a08d4d9
child 29 8192e5b5c935
permissions -rw-r--r--
Revision: 201017 Kit: 201019

#
# 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 = 0x10207C63

TEMPLATE = lib
CONFIG += hb qt ecomplugin
TARGET = mpcollectionviewplugin

SERVICE.INTERFACE_NAME = org.nokia.mmdt.MpxViewPlugin/1.0
SERVICE.CONFIGURATION = "<t>0x101FFCA1</t><p>0x101FFC3A;0xE419BEEE</p><i>EMPXViewPluginPriorityNormal</i><f>0x00000001</f>"

TARGET.CAPABILITY = All -TCB

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

LIBS += -lmpxviewframeworkqt.dll \
    -lmpnowplayingbanner.dll  \
    -lmpsettingsmanager \
    -lmpengine \
    -lmpdata.dll
    
symbian:TARGET.EPOCALLOWDLLDATA	= 1

# Input
SOURCES += src/mpcollectionviewplugin.cpp \
    	   src/mpcollectionview.cpp \
    	   src/mpcollectiondocumentloader.cpp \
    	   src/mpcollectioncontainerfactory.cpp \
    	   src/mpcollectioncontainer.cpp \
    	   src/mpcollectionlistcontainer.cpp \
    	   src/mpcollectioncontainerallsongs.cpp \
    	   src/mpcollectioncontainerartists.cpp \
    	   src/mpcollectioncontaineralbums.cpp \
    	   src/mpcollectioncontainerplaylists.cpp \
    	   src/mpcollectioncontainergenres.cpp \
           src/mpsnapshotwidget.cpp \
           src/mpcollectionpopuphandler.cpp

HEADERS = ../../inc/mpviewbase.h \
          inc/mpcollectionviewplugin.h \
    	  inc/mpcollectionview.h \
    	  inc/mpcollectiondocumentloader.h \
    	  inc/mpcollectioncontainerfactory.h \
    	  inc/mpcollectioncontainer.h \
    	  inc/mpcollectionlistcontainer.h \
    	  inc/mpcollectioncontainerallsongs.h \
    	  inc/mpcollectioncontainerartists.h \
    	  inc/mpcollectioncontaineralbums.h \
    	  inc/mpcollectioncontainerplaylists.h  \
    	  inc/mpcollectioncontainergenres.h  \
          inc/mpsnapshotwidget.h \
          inc/mpcollectionpopuphandler.h
       
RESOURCES += resources/mpcollectionviewresources.qrc