Changeset 25149 in webkit


Ignore:
Timestamp:
Aug 19, 2007 10:10:54 AM (17 years ago)
Author:
staikos
Message:

Don't export ICO symbols

Location:
trunk/WebKitQt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitQt/ChangeLog

    r25144 r25149  
     12007-08-19  Mike Hommey  <mh+webkit@glandium.org>
     2
     3        Reviewed by George Staikos.
     4
     5        Don't export ICO symbols.
     6
     7        * Plugins/Plugins.pro:
     8
    192007-08-19  George Staikos  <staikos@kde.org>
    210
  • trunk/WebKitQt/Plugins/Plugins.pro

    r23691 r25149  
    66
    77include(../../WebKit.pri)
     8
     9contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
     10unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
Note: See TracChangeset for help on using the changeset viewer.