summaryrefslogtreecommitdiffstats
path: root/src/plugins/s60/s60pluginbase.pri
blob: 29e8eb3eb390c9676bf24f008f419a4bcc13f0a9 (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