clock/clockui/clockplugins/datetimesettingsplugin/datetimesettingsplugin.pro
changeset 18 c198609911f9
child 26 a949c2543c15
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     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 # Project specification file for datetimesettingsplugin.
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = datetimesettingsplugin
       
    20 DEPENDPATH += . \
       
    21 			  ./inc \
       
    22 			  ./src
       
    23 INCLUDEPATH += . \
       
    24                ../../clocksettingsview/inc
       
    25 
       
    26 CONFIG += hb plugin
       
    27 
       
    28 LIBS += -lcpframework
       
    29 
       
    30 # Input
       
    31 HEADERS += datetimesettingsplugin.h \
       
    32 		   datetimesettingsview.h
       
    33 		   
       
    34 SOURCES += datetimesettingsplugin.cpp \
       
    35 		   datetimesettingsview.cpp
       
    36 
       
    37 symbian: {
       
    38     TARGET.EPOCALLOWDLLDATA = 1  
       
    39     TARGET.UID3 = 0x102818E9
       
    40 	
       
    41 	LIBS += -lclocksettingsview
       
    42 }
       
    43 
       
    44 symbian {
       
    45     deploy.path = C:
       
    46     headers.sources = qmakepluginstubs/datetimesettingsplugin.qtplugin
       
    47     headers.path = /resource/qt/plugins/controlpanel
       
    48 
       
    49     # This is for new exporting system coming in garden
       
    50     for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$deploy.path$$headers.path/$$basename(header)"
       
    51 }
       
    52 			   
       
    53 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    54 
       
    55 plugin.sources = datetimesettingsplugin.dll
       
    56 plugin.path = \resource\qt\plugins\controlpanel
       
    57 DEPLOYMENT += plugin