Changeset 150882 in webkit


Ignore:
Timestamp:
May 29, 2013 4:01:20 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[Qt] Missing files from build after r150853
https://bugs.webkit.org/show_bug.cgi?id=116932

Patch by Peter Gal <galpeter@inf.u-szeged.hu> on 2013-05-29
Reviewed by Csaba Osztrogonác.

  • Target.pri: Added missing include path.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r150881 r150882  
     12013-05-29  Peter Gal  <galpeter@inf.u-szeged.hu>
     2
     3        [Qt] Missing files from build after r150853
     4        https://bugs.webkit.org/show_bug.cgi?id=116932
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * Target.pri: Added missing include path.
     9
    1102013-05-29  Mihai Maerean  <mmaerean@adobe.com>
    211
  • trunk/Source/WebCore/Target.pri

    r150878 r150882  
    33123312        INCLUDEPATH += \
    33133313            $$SOURCE_DIR/../WebKitLibraries/ \
    3314             $$PWD/platform/mac
     3314            $$PWD/platform/mac \
     3315            $$PWD/platform/cf
    33153316
    33163317
Note: See TracChangeset for help on using the changeset viewer.