Changeset 56714 in webkit


Ignore:
Timestamp:
Mar 29, 2010 3:44:21 AM (14 years ago)
Author:
Simon Hausmann
Message:

https://bugs.webkit.org/show_bug.cgi?id=36745

Patch by Thomas Zander <t.zander@nokia.com> on 2010-03-29
Reviewed by Simon Hausmann.

[Qt] Fix def file builds with Qt 4.7.

Switched to using DEF_FILE, which is the official variable.

  • WebCore.pro: Use DEF_FILE
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r56713 r56714  
     12010-03-29  Thomas Zander  <t.zander@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=36745
     6
     7        [Qt] Fix def file builds with Qt 4.7.
     8
     9        Switched to using DEF_FILE, which is the official variable.
     10
     11        * WebCore.pro: Use DEF_FILE
     12
    1132010-03-24  Jeremy Orlow  <jorlow@chromium.org>
    214
  • trunk/WebCore/WebCore.pro

    r56693 r56714  
    29332933    shared {
    29342934        contains(CONFIG, def_files) {
     2935            DEF_FILE=../WebKit/qt/symbian
     2936            ; defFilePath is for Qt4.6 compatibility
    29352937            defFilePath=../WebKit/qt/symbian
    29362938        } else {
Note: See TracChangeset for help on using the changeset viewer.