Last change
on this file since 561 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
-
Property svn:eol-style
set to
native
|
File size:
405 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.