mpx/mpxviewframeworkqt/example_vf_pluginresolving/plugins/welcomeviewplugin/welcomeviewplugin.pro
changeset 64 92dbd2a406d9
equal deleted inserted replaced
61:3b098142db83 64:92dbd2a406d9
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: 
       
    15 #
       
    16 # 
       
    17 
       
    18 TEMPLATE        = lib
       
    19 
       
    20 CONFIG         += qt hb ecomplugin
       
    21 TARGET.UID3 = 0xE1253164
       
    22 TARGET = 
       
    23 
       
    24 SERVICE.INTERFACE_NAME = org.nokia.mmdt.QViewPlugin/1.0
       
    25 SERVICE.CONFIGURATION = "<t>0x10000000</t><p>0x30000001</p><i>EMPXViewPluginPriorityNormal</i><f>0x00000003</f>"
       
    26 
       
    27 INCLUDEPATH    += inc \
       
    28 		  /epoc32/include/mw
       
    29                   
       
    30 LIBS += -lmpxviewframeworkqt
       
    31 
       
    32 HEADERS         = inc/welcomeview.h \
       
    33 		  inc/welcomeviewplugin.h 
       
    34 
       
    35 
       
    36 SOURCES         = src/welcomeviewplugin.cpp \
       
    37                   src/welcomeview.cpp
       
    38 
       
    39 TARGET.CAPABILITY = All -Tcb
       
    40 symbian:TARGET.EPOCALLOWDLLDATA = 1
       
    41