mpviewplugins/mpsettingsviewplugin/mpsettingsviewplugin.pro
changeset 41 ea59c434026a
parent 29 8192e5b5c935
child 45 612c4815aebe
child 48 af3740e3753f
equal deleted inserted replaced
32:c163ef0b758d 41:ea59c434026a
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
    17 symbian:TARGET.UID3 = 0x10207C66
       
    18 
       
    19 TEMPLATE = lib
    17 TEMPLATE = lib
    20 CONFIG += hb qt ecomplugin
    18 CONFIG += hb qt ecomplugin
    21 TARGET = mpsettingsviewplugin
    19 TARGET = mpsettingsviewplugin
       
    20 symbian: { 
       
    21     TARGET.UID3 = 0x10207C66
       
    22     TARGET.CAPABILITY = All -TCB
       
    23     TARGET.EPOCALLOWDLLDATA = 1
       
    24 }
    22 
    25 
    23 SERVICE.INTERFACE_NAME = org.nokia.mmdt.MpxViewPlugin/1.0
    26 SERVICE.INTERFACE_NAME = org.nokia.mmdt.MpxViewPlugin/1.0
    24 SERVICE.CONFIGURATION = "<t>0x101FFCA2</t><i>EMPXViewPluginPriorityLowest</i>"
    27 SERVICE.CONFIGURATION = "<t>0x101FFCA2</t><i>EMPXViewPluginPriorityLowest</i>"
    25 
    28 
    26 TARGET.CAPABILITY = All -TCB
       
    27 
       
    28 DEPENDPATH += .
    29 DEPENDPATH += .
    29 INCLUDEPATH += . \
    30 INCLUDEPATH += . \
    30      inc \
    31                inc \
    31      ../../inc \
    32                ../../inc     
    32      ../../mpserviceplugins/inc
       
    33      
       
    34 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    33 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    35      
    34      
    36 LIBS += -lmpxplaybackutility.dll \
    35 LIBS += -lmpxplaybackutility \
    37         -lestor.dll \
    36         -lestor \
    38 	-lmpxviewframeworkqt.dll \
    37 	-lmpxviewframeworkqt \
    39 	-lmpengine.dll
    38 	-lmpengine
    40 	
       
    41 symbian:TARGET.EPOCALLOWDLLDATA = 1
       
    42 
    39 
       
    40 # Input
    43 HEADERS += ../../inc/mpviewbase.h \
    41 HEADERS += ../../inc/mpviewbase.h \
    44       inc/mpsettingsviewplugin.h \
    42            inc/mpsettingsviewplugin.h \
    45       inc/mpsettingsview.h \
    43            inc/mpsettingsview.h \
    46       inc/mpsettingsaudioeffectswidget.h
    44            inc/mpsettingsaudioeffectswidget.h
    47 
    45 
    48 SOURCES += src/mpsettingsviewplugin.cpp \
    46 SOURCES += src/mpsettingsviewplugin.cpp \
    49        src/mpsettingsview.cpp \
    47            src/mpsettingsview.cpp \
    50        src/mpsettingsaudioeffectswidget.cpp 
    48            src/mpsettingsaudioeffectswidget.cpp 
    51        
    49        
    52 RESOURCES += resources/mpsettingsview.qrc
    50 RESOURCES += resources/mpsettingsview.qrc
    53 
    51