messagingapp/msgsettings/settingsview/settingsview.pro
branchRCL_3
changeset 57 ebe688cedc25
equal deleted inserted replaced
54:fa1df4b99609 57:ebe688cedc25
       
     1 # #####################################################################
       
     2 # Automatically generated by qmake (2.01a) Mon Aug 31 10:36:00 2009
       
     3 # #####################################################################
       
     4 TEMPLATE = lib
       
     5 TARGET = settingsview
       
     6 
       
     7 DEFINES += SETTINGSVIEW_DLL
       
     8 
       
     9 DEPENDPATH += .
       
    10 INCLUDEPATH += .
       
    11 INCLUDEPATH += ../../../inc
       
    12 INCLUDEPATH += ../../msgui/inc
       
    13 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    14 
       
    15 CONFIG += hb
       
    16 
       
    17 # Platforms
       
    18 SYMBIAN_PLATFORMS = WINSCW \
       
    19                     ARMV5
       
    20     
       
    21 # Input
       
    22 SOURCES +=  src/msgsettingengine.cpp \
       
    23             src/smssettingsprivate.cpp \
       
    24             src/mmssettingsprivate.cpp \
       
    25             src/msgsettingsdataformcustomitem.cpp \
       
    26             src/msgsettingsform.cpp \
       
    27 	    src/msgsettingsview.cpp \
       
    28 	    src/msgsmscentersettingsform.cpp \
       
    29 	    src/msgsmscenterview.cpp
       
    30 			
       
    31 HEADERS +=  inc/msgsettingengine.h \
       
    32             inc/smssettingsprivate.h \
       
    33             inc/mmssettingprivate.h \
       
    34             inc/msgsettingsdataformcustomitem.h\
       
    35             inc/msgsettingsform.h \
       
    36 	    inc/msgsettingsview.h \
       
    37 	    inc/msgsmscentersettingsform.h \
       
    38 	    inc/msgsmscenterview.h \
       
    39 	    ../../msgui/inc/msgbaseview.h
       
    40 		   
       
    41 symbian: { 
       
    42     TARGET.EPOCALLOWDLLDATA = 1
       
    43     TARGET.UID3 = 0x20026813    
       
    44 }
       
    45 
       
    46 # Build.inf rules
       
    47 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    48     "rom/settingsview.iby CORE_APP_LAYER_IBY_EXPORT_PATH(settingsview.iby)" \
       
    49     "stub_sis/settingsview_stub.sis   /epoc32/data/z/system/install/settingsview_stub.sis"
       
    50      
       
    51 TARGET.CAPABILITY = All -TCB
       
    52 
       
    53 defBlock = \      
       
    54 	  "$${LITERAL_HASH}if defined(EABI)" \
       
    55 	  "DEFFILE  ../eabi/settingsview.def" \
       
    56              "$${LITERAL_HASH}else" \
       
    57              "DEFFILE  ../bwins/settingsview.def" \
       
    58              "$${LITERAL_HASH}endif"
       
    59 	
       
    60 MMP_RULES += defBlock
       
    61 
       
    62 LIBS += -lSmcm \
       
    63     -lmsgs \	
       
    64     -lcommdb \
       
    65     -lmmsserversettings \
       
    66     -lmmsgenericsettings \
       
    67     -lxqutils
       
    68