Changeset 100853 in webkit


Ignore:
Timestamp:
Nov 19, 2011 3:28:03 AM (12 years ago)
Author:
Simon Hausmann
Message:

[Qt] Add the map file symbols export as a dependency of the final qmake target.
https://bugs.webkit.org/show_bug.cgi?id=72740

Patch by Alexis Menard <alexis.menard@openbossa.org> on 2011-11-19
Reviewed by Simon Hausmann.

Add the symbols file part of the target dependencies.

  • Source/api.pri:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r100844 r100853  
     12011-11-19  Alexis Menard  <alexis.menard@openbossa.org>
     2
     3        [Qt] Add the map file symbols export as a dependency of the final qmake target.
     4        https://bugs.webkit.org/show_bug.cgi?id=72740
     5
     6        Reviewed by Simon Hausmann.
     7
     8        Add the symbols file part of the target dependencies.
     9
     10        * Source/api.pri:
     11
    1122011-11-18  Daniel Bates  <dbates@rim.com>
    213
  • trunk/Source/api.pri

    r100746 r100853  
    220220}
    221221
    222 linux-g++*: QMAKE_LFLAGS += -Wl,--version-script=$$PWD/qtwebkit-export.map
     222linux-g++*: {
     223    PRE_TARGETDEPS += $$PWD/qtwebkit-export.map
     224    QMAKE_LFLAGS += -Wl,--version-script=$$PWD/qtwebkit-export.map
     225}
Note: See TracChangeset for help on using the changeset viewer.