clock/clockui/clocksettingsview/clocksettingsview.pro
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 57 bb2d3e476f29
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    21 CONFIG += hb
    21 CONFIG += hb
    22 DEFINES += CLOCKSETTINGSVIEW_LIB
    22 DEFINES += CLOCKSETTINGSVIEW_LIB
    23 
    23 
    24 INCLUDEPATH += \
    24 INCLUDEPATH += \
    25 		./inc \
    25 		./inc \
    26 		../clockwidget/inc \
       
    27 		../../clockmw/clocksettingsutility/inc \
    26 		../../clockmw/clocksettingsutility/inc \
    28 		../../clockmw/clocktimezone/inc \
    27 		../../clockmw/clocktimezone/inc \
    29 		../clockcityselectionlist/inc \
    28 		../clockcityselectionlist/inc \
    30 		../../inc
    29 		../../inc
       
    30 
    31 
    31 
    32 DEPENDPATH += \
    32 DEPENDPATH += \
    33 		./inc \
    33 		./inc \
    34 		./src \
    34 		./src \
    35 		./data
    35 		./data
    36 
    36 
    37 symbian: {
    37 symbian: {
    38 	TARGET.CAPABILITY += ALL -TCB
    38 	TARGET.CAPABILITY += ALL -TCB
    39 	TARGET.EPOCALLOWDLLDATA = 1
    39 	TARGET.EPOCALLOWDLLDATA = 1
    40 	TARGET.UID3 = 0x10005906
    40 	TARGET.UID3 = 0x10005906
       
    41 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    41 
    42 
    42 	LIBS += \
    43 	LIBS += \
    43 		-ltimezoneclient \
    44 		-ltimezoneclient \
    44 		-lclocksettingsutility \
    45 		-lclocksettingsutility \
    45 		-lclockcityselectionlist \
    46 		-lclockcityselectionlist \
    46 		-lclockwidgetproto
    47 		-lxqsettingsmanager
    47 }
    48 }
    48 
    49 
    49 SOURCES += \
    50 SOURCES += \
    50 		clocksettingsview.cpp \
    51 		clocksettingsview.cpp \
    51 		clocksettingsdocloader.cpp \
    52 		clocksettingsdocloader.cpp \
    59 		settingscustomitem.h \
    60 		settingscustomitem.h \
    60 		clockregionalsettingsview.h
    61 		clockregionalsettingsview.h
    61 		
    62 		
    62 RESOURCES += \
    63 RESOURCES += \
    63 		clocksettingsview.qrc
    64 		clocksettingsview.qrc
       
    65 		
       
    66 TRANSLATIONS += clocksettingsview.ts
    64 
    67 
    65 # End of file	--Don't remove this.
    68 # End of file	--Don't remove this.