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

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
3include(../qpluginbase.pri)
4
5CONFIG -= plugin
6
7MMP_RULES += NOEXPORTLIBRARY
8
9defBlock = \
10 "$${LITERAL_HASH}ifdef WINSCW" \
11 "DEFFILE ../bwins/qts60plugin.def" \
12 "$${LITERAL_HASH}else" \
13 "DEFFILE ../eabi/qts60plugin.def" \
14 "$${LITERAL_HASH}endif"
15
16MMP_RULES += defBlock
Note: See TracBrowser for help on using the repository browser.