src/plugins/s60/s60pluginbase.pri
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Thu, 08 Apr 2010 14:19:33 +0300
branchRCL_3
changeset 7 3f74d0d4af4c
parent 5 d3bac044e0f0
permissions -rw-r--r--
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84

# 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

defBlock = \
    "$${LITERAL_HASH}ifdef WINSCW" \
    "DEFFILE ../bwins/qts60plugin.def" \
    "$${LITERAL_HASH}else" \
    "DEFFILE ../eabi/qts60plugin.def" \
    "$${LITERAL_HASH}endif"

MMP_RULES += defBlock