Last change
on this file since 846 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
-
Property svn:eol-style
set to
native
|
File size:
585 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 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/s60
|
---|
8 |
|
---|
9 | MMP_RULES += NOEXPORTLIBRARY
|
---|
10 |
|
---|
11 | symbian-abld|symbian-sbsv2 {
|
---|
12 | defBlock = \
|
---|
13 | "$${LITERAL_HASH}ifdef WINSCW" \
|
---|
14 | "DEFFILE ../bwins/qts60plugin.def" \
|
---|
15 | "$${LITERAL_HASH}else" \
|
---|
16 | "DEFFILE ../eabi/qts60plugin.def" \
|
---|
17 | "$${LITERAL_HASH}endif"
|
---|
18 | } else {
|
---|
19 | CONFIG *= def_files
|
---|
20 | DEF_FILE = ../eabi/qts60pluginu.def
|
---|
21 | }
|
---|
22 |
|
---|
23 | MMP_RULES += defBlock
|
---|
Note:
See
TracBrowser
for help on using the repository browser.