blob: 1a6f4a2bf67edbdf9a11020a8164fac189860a80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Note: These version based 'plugins' are not an actual Qt plugins,
# they are just regular runtime loaded libraries
include(../qpluginbase.pri)
CONFIG -= plugin
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/s60
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
|