src/plugins/s60/s60pluginbase.pri
branchRCL_3
changeset 8 3f74d0d4af4c
parent 5 d3bac044e0f0
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
     4 
     4 
     5 CONFIG  -= plugin
     5 CONFIG  -= plugin
     6 
     6 
     7 MMP_RULES += NOEXPORTLIBRARY
     7 MMP_RULES += NOEXPORTLIBRARY
     8 
     8 
     9 # :QTP:QTPROD-479:defBlock name clashes with def_block.prf
     9 defBlock = \
    10 pluginDefBlock = \
       
    11     "$${LITERAL_HASH}ifdef WINSCW" \
    10     "$${LITERAL_HASH}ifdef WINSCW" \
    12     "DEFFILE ../bwins/qts60plugin.def" \
    11     "DEFFILE ../bwins/qts60plugin.def" \
    13     "$${LITERAL_HASH}else" \
    12     "$${LITERAL_HASH}else" \
    14     "DEFFILE ../eabi/qts60plugin.def" \
    13     "DEFFILE ../eabi/qts60plugin.def" \
    15     "$${LITERAL_HASH}endif"
    14     "$${LITERAL_HASH}endif"
    16 
    15 
    17 MMP_RULES += pluginDefBlock
    16 MMP_RULES += defBlock