Changeset 77092 in webkit


Ignore:
Timestamp:
Jan 30, 2011 12:25:33 PM (13 years ago)
Author:
kbalazs@webkit.org
Message:

2011-01-30 Balazs Kelemen <kbalazs@webkit.org>

Reviewed by Csaba Osztrogonác.

[Qt][WK2]REGRESSION (r76991): Fix build errors
https://bugs.webkit.org/show_bug.cgi?id=53400

Revert the temporary build fix (http://trac.webkit.org/changeset/77088)
and remove WebKit2Prefix.h from the build.

  • UIProcess/API/qt/qwkhistory.h:
  • UIProcess/API/qt/qwkpage.h:
  • WebKit2.pro:

2011-01-30 Balazs Kelemen <kbalazs@webkit.org>

Reviewed by Csaba Osztrogonác.

[Qt][WK2]REGRESSION (r76991): Fix build errors
https://bugs.webkit.org/show_bug.cgi?id=53400

Revert the temporary build fix (http://trac.webkit.org/changeset/77088)
and remove WebKit2Prefix.h from the build.

  • MiniBrowser/qt/MiniBrowser.pro:
Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r77091 r77092  
     12011-01-30  Balazs Kelemen  <kbalazs@webkit.org>
     2
     3        Reviewed by Csaba Osztrogonác.
     4
     5        [Qt][WK2]REGRESSION (r76991): Fix build errors
     6        https://bugs.webkit.org/show_bug.cgi?id=53400
     7
     8        Revert the temporary build fix (http://trac.webkit.org/changeset/77088)
     9        and remove WebKit2Prefix.h from the build.
     10        * UIProcess/API/qt/qwkhistory.h:
     11        * UIProcess/API/qt/qwkpage.h:
     12        * WebKit2.pro:
     13
    1142011-01-30  Jeff Miller  <jeffm@apple.com>
    215
  • trunk/Source/WebKit2/UIProcess/API/qt/qwkhistory.h

    r77088 r77092  
    2626#define qwkhistory_h
    2727
    28 #include "config.h"
    2928#include "qwebkitglobal.h"
    3029#include <QObject>
  • trunk/Source/WebKit2/UIProcess/API/qt/qwkpage.h

    r77088 r77092  
    22#define qwkpage_h
    33
    4 #include "config.h"
    54#include "qwebkitglobal.h"
    65#include <QAction>
  • trunk/Source/WebKit2/WebKit2.pro

    r76769 r77092  
    170170    INCLUDEPATH = $$WEBKIT2_INCLUDEPATH $$INCLUDEPATH
    171171}
    172 
    173 PREFIX_HEADER = $$PWD/../WebKit2/WebKit2Prefix.h
    174 *-g++*:QMAKE_CXXFLAGS += "-include $$PREFIX_HEADER"
    175172
    176173WEBKIT2_GENERATED_HEADERS = \
  • trunk/Tools/ChangeLog

    r77088 r77092  
     12011-01-30  Balazs Kelemen  <kbalazs@webkit.org>
     2
     3        Reviewed by Csaba Osztrogonác.
     4
     5        [Qt][WK2]REGRESSION (r76991): Fix build errors
     6        https://bugs.webkit.org/show_bug.cgi?id=53400
     7
     8        Revert the temporary build fix (http://trac.webkit.org/changeset/77088)
     9        and remove WebKit2Prefix.h from the build.
     10        * MiniBrowser/qt/MiniBrowser.pro:
     11
    1122011-01-30  Csaba Osztrogonác  <ossy@webkit.org>
    213
  • trunk/Tools/MiniBrowser/qt/MiniBrowser.pro

    r77088 r77092  
    1717
    1818INCLUDEPATH += \
    19     $$PWD/../../../Source/JavaScriptCore \
    2019    $$PWD/../../../Source/WebKit2/ \
    2120    $$PWD/../../../Source/WebKit2/UIProcess/API/cpp \
Note: See TracChangeset for help on using the changeset viewer.