calendarui/calenplugins/calensettingsplugin/calensettingsplugin.pro
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 46 ecd7b9840282
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
     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: This is the project file defnition for calensettingsplugin.
       
    15 #
       
    16 
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = calensettingsplugin
       
    20 DEPENDPATH += . \
       
    21 			  ./inc \
       
    22 			  ./src
       
    23 INCLUDEPATH += . \
       
    24                ../../inc
       
    25 
       
    26 CONFIG += hb plugin
       
    27 
       
    28 
       
    29 symbian: {
       
    30 
       
    31     TARGET.EPOCALLOWDLLDATA = 1  
       
    32     TARGET.UID3 = 0x2002B338
       
    33 	
       
    34     LIBS += -lcalensettings \
       
    35 		-lcpframework
       
    36 
       
    37     deploy.path = C:
       
    38     headers.sources = qmakepluginstubs/calensettingsplugin.qtplugin
       
    39     headers.path = /resource/qt/plugins/controlpanel
       
    40 
       
    41     # This is for new exporting system coming in garden
       
    42     for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$deploy.path$$headers.path/$$basename(header)"
       
    43 
       
    44     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    45 
       
    46     plugin.sources = calensettingsplugin.dll
       
    47     plugin.path = \resource\qt\plugins\controlpanel
       
    48     DEPLOYMENT += plugin
       
    49 }
       
    50 
       
    51 # Input
       
    52 HEADERS += calensettingsplugin.h \
       
    53 		   calendarsettingsview.h
       
    54 		   
       
    55 SOURCES += calensettingsplugin.cpp \
       
    56 		   calendarsettingsview.cpp
       
    57 		   
       
    58 
       
    59 # End of file	--Don't remove this.