clock/clockui/clockplugins/clocksettingsviewplugin/clocksettingsviewplugin.pro
changeset 45 b6db4fd4947b
child 57 bb2d3e476f29
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: 
       
    15 # Project specification file for clocksettingsviewplugin.
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = clocksettingsviewplugin
       
    20 CONFIG += hb plugin
       
    21 
       
    22 DEPENDPATH += . \
       
    23 			  ./inc \
       
    24 			  ./src
       
    25 
       
    26 INCLUDEPATH += . \
       
    27 				../../../inc \
       
    28 				../../clocksettingsview/inc \
       
    29 				../../../clockmw/clocksettingsutility/inc
       
    30 
       
    31 LIBS += \
       
    32 		-lclocksettingsview
       
    33 
       
    34 HEADERS += \
       
    35 			clocksettingsviewplugin.h \
       
    36 			../../../../organizer_plat/clock_settingsview_plugin_api/inc/clocksettingsviewinterface.h
       
    37 		   
       
    38 SOURCES += \
       
    39 			clocksettingsviewplugin.cpp
       
    40 
       
    41 symbian: {
       
    42 	TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    43 	TARGET.EPOCALLOWDLLDATA = 1  
       
    44 	TARGET.UID3 = 0x2003157C
       
    45 	
       
    46 	load(data_caging_paths)
       
    47 	# plugin stub deployment
       
    48 
       
    49 	plugin.sources = $${TARGET}.dll
       
    50 	plugin.path = $$QT_PLUGINS_BASE_DIR/clock
       
    51 	DEPLOYMENT += plugin
       
    52 
       
    53 	# for target
       
    54 	BLD_INF_RULES.prj_exports += \
       
    55 	"./qmakepluginstubs/clocksettingsviewplugin.qtplugin  /$$HW_ZDIR$$RESOURCE_FILES_DIR/qt/plugins/clock/clocksettingsviewplugin.qtplugin"
       
    56 }
       
    57 
       
    58 
       
    59 # End of file	--Don't remove this.