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