Changeset 89574 in webkit


Ignore:
Timestamp:
Jun 23, 2011 8:44:58 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-23 Joe Wild <joseph.wild@nokia.com>

Reviewed by Laszlo Gombos.

[Qt] Export files under Symbian Qt WebKit build
https://bugs.webkit.org/show_bug.cgi?id=61207

Export files for the Symbian platform as this is needed by the
production build system.

Janne Koskinen provided the suggestion to use target_predeps,
which is an improvement over the originally suggested patch.

Location:
trunk/Source/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/qt/ChangeLog

    r89561 r89574  
     12011-06-23  Joe Wild  <joseph.wild@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt] Export files under Symbian Qt WebKit build
     6        https://bugs.webkit.org/show_bug.cgi?id=61207
     7
     8        Export files for the Symbian platform as this is needed by the
     9        production build system.
     10
     11        Janne Koskinen provided the suggestion to use target_predeps,
     12        which is an improvement over the originally suggested patch.
     13
     14        * QtWebKit.pro:
     15
    1162011-06-23  Csaba Osztrogonác  <ossy@webkit.org>
    217
  • trunk/Source/WebKit/qt/QtWebKit.pro

    r89137 r89574  
    323323        inst_headers.commands = $$QMAKE_COPY ${QMAKE_FILE_NAME} ${QMAKE_FILE_OUT}
    324324        inst_headers.input = WEBKIT_INSTALL_HEADERS
    325         inst_headers.CONFIG = no_clean
     325        inst_headers.CONFIG = no_clean no_link target_predeps
    326326
    327327        !isEmpty(INSTALL_HEADERS): inst_headers.output = $$INSTALL_HEADERS/QtWebKit/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
Note: See TracChangeset for help on using the changeset viewer.