mpviewplugins/mpcollectionviewplugin/mpcollectionviewplugin.pro
author hgs
Fri, 23 Jul 2010 17:31:12 -0500
changeset 45 612c4815aebe
parent 37 eb79a7c355bf
child 47 4cc1412daed0
permissions -rw-r--r--
201029

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

TEMPLATE = lib
CONFIG += hb qt ecomplugin
TARGET = mpcollectionviewplugin
symbian: { 
    TARGET.UID3 = 0x10207C63
    TARGET.CAPABILITY = All -TCB
    TARGET.EPOCALLOWDLLDATA = 1
    MMP_RULES += SMPSAFE
}

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

DEPENDPATH += .
INCLUDEPATH += . \
               inc \
               ../../inc
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
INCLUDEPATH += $$MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets)

LIBS += -lmpxviewframeworkqt \
        -lganeswidgets \
        -lmpnowplayingbanner  \
        -lmpsettingsmanager \
        -lmpengine \
        -lmpdata
    
# Input
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/mpsnapshotwidget.h \
           inc/mpcollectionpopuphandler.h
          
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/mpsnapshotwidget.cpp \
           src/mpcollectionpopuphandler.cpp
       
RESOURCES += resources/mpcollectionviewresources.qrc