source: trunk/src/plugins/s60/s60pluginbase.pri@ 846

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
3include(../qpluginbase.pri)
4
5CONFIG -= plugin
6
7QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/s60
8
9MMP_RULES += NOEXPORTLIBRARY
10
11symbian-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
23MMP_RULES += defBlock
Note: See TracBrowser for help on using the repository browser.