Changeset 58104 in webkit


Ignore:
Timestamp:
Apr 22, 2010 10:13:32 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-22 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Remove dependency of JSC to QtGui
https://bugs.webkit.org/show_bug.cgi?id=37867

The patch also make sure that hal.h is in the include path on Symbian.
The dependency to QtGui took care of that before.

Patch by Thiago Macieira <thiago.macieira@nokia.com>

and Rohan McGovern <rohan.mcgovern@nokia.com>

Location:
trunk/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r58100 r58104  
     12010-04-22  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Remove dependency of JSC to QtGui
     6        https://bugs.webkit.org/show_bug.cgi?id=37867
     7
     8        The patch also make sure that hal.h is in the include path on Symbian.
     9        The dependency to QtGui took care of that before.
     10
     11        Patch by Thiago Macieira <thiago.macieira@nokia.com>
     12             and Rohan McGovern <rohan.mcgovern@nokia.com>
     13
     14        * JavaScriptCore.pri:
     15        * JavaScriptCore.pro:
     16
    1172010-04-22  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
    218
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r57885 r58104  
    1515    MMP_RULES += "USERINCLUDE ../JavaScriptCore/profiler"
    1616    LIBS += -lhal
     17    # For hal.h
     18    INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
    1719}
    1820
  • trunk/JavaScriptCore/JavaScriptCore.pro

    r58100 r58104  
    1010TARGET = $$JAVASCRIPTCORE_TARGET
    1111QT += core
     12QT -= gui
    1213
    1314CONFIG += depend_includepath
Note: See TracChangeset for help on using the changeset viewer.