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