changeset 0 | 1918ee327afb |
child 5 | d3bac044e0f0 |
child 30 | 5dc02b23752f |
-1:000000000000 | 0:1918ee327afb |
---|---|
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 |