calendarui/regionalplugins/lunarchinese/lunarchinese.pro
changeset 55 2c54b51f39c4
parent 51 0b38fc5b94c6
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    18 CONFIG += hb
    18 CONFIG += hb
    19 TARGET = calenlunarchineseplugin
    19 TARGET = calenlunarchineseplugin
    20 
    20 
    21 DEPENDPATH +=  ./inc ./src
    21 DEPENDPATH +=  ./inc ./src
    22 INCLUDEPATH +=  ./inc 
    22 INCLUDEPATH +=  ./inc 
    23 INCLUDEPATH += ../inc ../../inc
    23 INCLUDEPATH += ../inc ../../inc \
       
    24 				./traces
    24 
    25 
    25 
    26 
    26 # Input
    27 # Input
    27 HEADERS += ./inc/CalenLunarChinesePlugin.h \
    28 HEADERS += ./inc/CalenLunarChinesePlugin.h \
    28            ./inc/CalenRegionalInfoData.h
    29            ./inc/CalenRegionalInfoData.h
    88 MMP_RULES +=mmpRules
    89 MMP_RULES +=mmpRules
    89 
    90 
    90 MMP_RULES -= "OPTION_REPLACE ARMCC --export_all_vtbl -D__QT_NOEFFECTMACRO_DONOTUSE"
    91 MMP_RULES -= "OPTION_REPLACE ARMCC --export_all_vtbl -D__QT_NOEFFECTMACRO_DONOTUSE"
    91 
    92 
    92 }
    93 }
    93 # TODO: uncomment below line once ts file is released to platform
    94 
    94 #TRANSLATIONS += calenregional.ts
    95 TRANSLATIONS += calenregional.ts
    95 
    96 
    96 # End of file	--Don't remove this.
    97 # End of file	--Don't remove this.