author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 15 Mar 2010 12:43:09 +0200 | |
branch | RCL_3 |
changeset 6 | dee5afe5301f |
parent 5 | d3bac044e0f0 |
child 7 | 3f74d0d4af4c |
permissions | -rw-r--r-- |
# Note: These version based 'plugins' are not an actual Qt plugins, # they are just regular runtime loaded libraries include(../qpluginbase.pri) CONFIG -= plugin MMP_RULES += NOEXPORTLIBRARY # :QTP:QTPROD-479:defBlock name clashes with def_block.prf pluginDefBlock = \ "$${LITERAL_HASH}ifdef WINSCW" \ "DEFFILE ../bwins/qts60plugin.def" \ "$${LITERAL_HASH}else" \ "DEFFILE ../eabi/qts60plugin.def" \ "$${LITERAL_HASH}endif" MMP_RULES += pluginDefBlock