Ignore:
Timestamp:
Nov 13, 2009, 3:21:33 PM (16 years ago)
Author:
[email protected]
Message:

2009-11-13 Norbert Leser <norbert.leser&nokia.com>

Reviewed by Eric Seidel.

Added macros for USERINCLUDE paths within symbian blocks
to guarantee inclusion of respective header files from local path
first (to avoid clashes with same names of header files in system include path).

2009-11-13 Norbert Leser <norbert.leser&nokia.com>

Reviewed by Eric Seidel.

Added macros for USERINCLUDE paths within symbian blocks
to guarantee inclusion of respective header files from local path
first (to avoid clashes with same names of header files in system include path).

  • WebCore.pro:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r50962 r50970  
    88    isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = generated$${QMAKE_DIR_SEP}release
    99    OBJECTS_DIR = obj/release
     10}
     11
     12symbian: {
     13    # Need to guarantee this comes before system includes of /epoc32/include
     14    MMP_RULES += "USERINCLUDE ../JavaScriptCore/profiler"
    1015}
    1116
Note: See TracChangeset for help on using the changeset viewer.