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