Changeset 57213 in webkit


Ignore:
Timestamp:
Apr 7, 2010 9:43:53 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-07 Rodrigo Belem <rodrigo.belem@openbossa.org>

Reviewed by Simon Hausmann.

[Qt] The build system is not installing the generated headers (QGraphicsWebView, QWebDatabase, etc)
https://bugs.webkit.org/show_bug.cgi?id=37173

This patch sets the correct path to the classheaders.pri and then
fixes the installation of the generated headers.

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

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r57211 r57213  
     12010-04-07  Rodrigo Belem  <rodrigo.belem@openbossa.org>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] The build system is not installing the generated headers (QGraphicsWebView, QWebDatabase, etc)
     6        https://bugs.webkit.org/show_bug.cgi?id=37173
     7
     8        This patch sets the correct path to the classheaders.pri and then
     9        fixes the installation of the generated headers.
     10
     11        * WebCore.pro:
     12
    1132010-04-05  Antonio Gomes  <tonikitoo@webkit.org>
    214
  • trunk/WebCore/WebCore.pro

    r57150 r57213  
    28542854
    28552855!CONFIG(QTDIR_build) {
    2856     exists(../include/QtWebKit/classheaders.pri):include(../include/QtWebKit/classheaders.pri)
     2856    exists($$OUTPUT_DIR/include/QtWebKit/classheaders.pri): include($$OUTPUT_DIR/include/QtWebKit/classheaders.pri)
    28572857    WEBKIT_INSTALL_HEADERS = $$WEBKIT_API_HEADERS $$WEBKIT_CLASS_HEADERS
    28582858
Note: See TracChangeset for help on using the changeset viewer.