author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 12:15:23 +0300 | |
branch | RCL_3 |
changeset 12 | cc75c76972ee |
parent 7 | 3f74d0d4af4c |
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 |
||
7
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
5
diff
changeset
|
9 |
defBlock = \ |
0 | 10 |
"$${LITERAL_HASH}ifdef WINSCW" \ |
11 |
"DEFFILE ../bwins/qts60plugin.def" \ |
|
12 |
"$${LITERAL_HASH}else" \ |
|
13 |
"DEFFILE ../eabi/qts60plugin.def" \ |
|
14 |
"$${LITERAL_HASH}endif" |
|
15 |
||
7
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
5
diff
changeset
|
16 |
MMP_RULES += defBlock |