Changeset 86572 in webkit


Ignore:
Timestamp:
May 16, 2011 7:49:17 AM (13 years ago)
Author:
Ademar Reis
Message:

2011-05-16 Ademar de Souza Reis Jr. <Ademar Reis>

Reviewed by Csaba Osztrogonác.

[Qt] Tools.pro misses include(common.pri)
https://bugs.webkit.org/show_bug.cgi?id=60883

It includes features.pri, which depends on common.pri (the build is
not broken today with the default options, but this is the right
thing to do).

  • Tools.pro:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r86517 r86572  
     12011-05-16  Ademar de Souza Reis Jr.  <ademar.reis@openbossa.org>
     2
     3        Reviewed by Csaba Osztrogonác.
     4
     5        [Qt] Tools.pro misses include(common.pri)
     6        https://bugs.webkit.org/show_bug.cgi?id=60883
     7
     8        It includes features.pri, which depends on common.pri (the build is
     9        not broken today with the default options, but this is the right
     10        thing to do).
     11
     12        * Tools.pro:
     13
    1142011-05-15  Dominic Cooney  <dominicc@chromium.org>
    215
  • trunk/Tools/Tools.pro

    r85370 r86572  
    33CONFIG += ordered
    44
     5include($$PWD/../Source/common.pri)
    56include($$PWD/../Source/WebCore/features.pri)
    67
Note: See TracChangeset for help on using the changeset viewer.