Changeset 79848 in webkit


Ignore:
Timestamp:
Feb 28, 2011 3:06:46 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-02-28 Kristian Amlie <kristian.amlie@nokia.com>

Reviewed by Andreas Kling.

Added full webkit module profile and a syncqt profile.

This is for modularized Qt.

[Qt] WebKit patches required to work with a modularized version of Qt
https://bugs.webkit.org/show_bug.cgi?id=53916

  • Source/sync.profile: Added.

2011-02-28 Kristian Amlie <kristian.amlie@nokia.com>

Reviewed by Andreas Kling.

Added full webkit module profile and a syncqt profile.

This is for modularized Qt.

[Qt] WebKit patches required to work with a modularized version of Qt
https://bugs.webkit.org/show_bug.cgi?id=53916

  • qt_webkit_version.pri:
Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r79814 r79848  
     12011-02-28  Kristian Amlie  <kristian.amlie@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Added full webkit module profile and a syncqt profile.
     6
     7        This is for modularized Qt.
     8
     9        [Qt] WebKit patches required to work with a modularized version of Qt
     10        https://bugs.webkit.org/show_bug.cgi?id=53916
     11
     12        * Source/sync.profile: Added.
     13
    1142011-02-26  Dihan Wickremasuriya  <dihan.wickremasuriya@nokia.com>
    215
  • trunk/Source/WebKit/qt/ChangeLog

    r79844 r79848  
     12011-02-28  Kristian Amlie  <kristian.amlie@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Added full webkit module profile and a syncqt profile.
     6
     7        This is for modularized Qt.
     8
     9        [Qt] WebKit patches required to work with a modularized version of Qt
     10        https://bugs.webkit.org/show_bug.cgi?id=53916
     11
     12        * qt_webkit_version.pri:
     13
    1142011-02-27  Aparna Nandyal  <aparna.nand@wipro.com>
    215
  • trunk/Source/WebKit/qt/qt_webkit_version.pri

    r67343 r79848  
    33QT_WEBKIT_MINOR_VERSION = 9
    44QT_WEBKIT_PATCH_VERSION = 0
    5 QT_CONFIG += webkit
     5
     6QT.webkit.name = QtWebKit
     7QT.webkit.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/QtWebKit
     8QT.webkit.sources = $$QT_MODULE_BASE
     9QT.webkit.libs = $$QT_MODULE_LIB_BASE
     10QT.webkit.depends = core gui opengl network xmlpatterns script phonon
     11
     12!contains(QT_CONFIG, modular)|contains(QT_ELIGIBLE_MODULES, webkit) {
     13    QT_CONFIG += webkit
     14} else {
     15    warning("Attempted to include $$QT.webkit.name in the build, but it was not enabled in configure.")
     16}
Note: See TracChangeset for help on using the changeset viewer.