Changeset 35344 in webkit


Ignore:
Timestamp:
Jul 25, 2008 6:11:08 AM (16 years ago)
Author:
Simon Hausmann
Message:

2008-07-25 Simon Hausmann <Simon Hausmann>

Fix the build of jsc on Qt/Windows, make sure os-win32 is in the
include search path (added by WebKit.pri).

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r35342 r35344  
     12008-07-25  Simon Hausmann  <hausmann@webkit.org>
     2
     3        Fix the build of jsc on Qt/Windows, make sure os-win32 is in the
     4        include search path (added by WebKit.pri).
     5
     6        * kjs/jsc.pro:
     7
    182008-07-25  Alexey Proskuryakov  <ap@webkit.org>
    29
  • trunk/JavaScriptCore/kjs/jsc.pro

    r35335 r35344  
    1212CONFIG -= app_bundle
    1313DEFINES += BUILDING_QT__
     14CONFIG += building-libs
    1415
    1516CONFIG(release) {
Note: See TracChangeset for help on using the changeset viewer.