Ignore:
Timestamp:
Apr 18, 2010, 9:22:45 PM (15 years ago)
Author:
[email protected]
Message:

2010-04-18 Simon Hausmann <[email protected]>

Reviewed by Laszlo Gombos.

[Qt] Fix JavaScriptCore's include path for WinCE builds

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

2010-04-18 Simon Hausmann <[email protected]>

Reviewed by Laszlo Gombos.

[Qt] Fix JavaScriptCore's include path for WinCE builds

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

  • WebCore.pro:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r57320 r57802  
    5757    INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/ce-compat
    5858    DEFINES += WINCEBASIC
     59
     60    INCLUDEPATH += $$PWD/../JavaScriptCore/os-wince
     61    INCLUDEPATH += $$PWD/../JavaScriptCore/os-win32
    5962}
    6063
Note: See TracChangeset for help on using the changeset viewer.