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

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

MMP_RULES += defBlock