author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
child 5 | d3bac044e0f0 |
permissions | -rw-r--r-- |
0 | 1 |
# Note: These version based 'plugins' are not an actual Qt plugins, |
2 |
# they are just regular runtime loaded libraries |
|
3 |
include(../qpluginbase.pri) |
|
4 |
||
5 |
CONFIG -= plugin |
|
6 |
||
7 |
MMP_RULES += NOEXPORTLIBRARY |
|
8 |
||
9 |
defBlock = \ |
|
10 |
"$${LITERAL_HASH}ifdef WINSCW" \ |
|
11 |
"DEFFILE ../bwins/qts60plugin.def" \ |
|
12 |
"$${LITERAL_HASH}else" \ |
|
13 |
"DEFFILE ../eabi/qts60plugin.def" \ |
|
14 |
"$${LITERAL_HASH}endif" |
|
15 |
||
16 |
MMP_RULES += defBlock |