summaryrefslogtreecommitdiffstats
path: root/src/plugins/s60/s60pluginbase.pri
blob: c1aa4ef18193aa92626d20c933a29dd05c333f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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