mpviewplugins/mpsettingsviewplugin/mpsettingsviewplugin.pro
changeset 20 82baf59ce8dd
child 22 ecf06a08d4d9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpviewplugins/mpsettingsviewplugin/mpsettingsviewplugin.pro	Fri Apr 16 14:56:30 2010 +0300
@@ -0,0 +1,57 @@
+#
+# 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 = 0x10207C66
+
+TEMPLATE = lib
+CONFIG += hb qt ecomplugin
+TARGET = mpsettingsviewplugin
+
+SERVICE.INTERFACE_NAME = org.nokia.mmdt.MpxViewPlugin/1.0
+SERVICE.CONFIGURATION = "<t>0x101FFCA2</t><i>EMPXViewPluginPriorityLowest</i>"
+
+TARGET.CAPABILITY = All -TCB
+
+DEPENDPATH += .
+INCLUDEPATH += . \
+     inc \
+     ../../inc \
+     ../../mpserviceplugins/inc
+     
+INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+     
+LIBS += -lmpxplaybackutility.dll \
+        -lestor.dll \
+				-lmpxviewframeworkqt.dll
+	
+symbian:TARGET.EPOCALLOWDLLDATA = 1
+
+HEADERS += inc/mpsettingsviewplugin.h \
+      inc/mpsettingsview.h \
+      inc/mpsettingsaudioeffectswidget.h \
+      inc/mpmpxasframeworkwrapper.h \
+      inc/mpmpxasframeworkwrapper_p.h
+      
+
+SOURCES += src/mpsettingsviewplugin.cpp \
+       src/mpsettingsview.cpp \
+       src/mpsettingsaudioeffectswidget.cpp \
+       src/mpmpxasframeworkwrapper.cpp \
+       src/mpmpxasframeworkwrapper_p.cpp
+       
+       
+RESOURCES += resources/mpsettingsview.qrc
+