Changeset 122731 in webkit


Ignore:
Timestamp:
Jul 16, 2012, 8:28:23 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[Qt] Fix Qt5 module dependencies
https://bugs.webkit.org/show_bug.cgi?id=91388

Patch by Simon Hausmann <simon.hausmann@nokia.com> on 2012-07-16
Reviewed by Laszlo Gombos.

Removed ancient qtscript and qtxmlpatterns module dependencies.

  • qmake/qt_webkit.pri:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r122728 r122731  
     12012-07-16  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        [Qt] Fix Qt5 module dependencies
     4        https://bugs.webkit.org/show_bug.cgi?id=91388
     5
     6        Reviewed by Laszlo Gombos.
     7
     8        Removed ancient qtscript and qtxmlpatterns module dependencies.
     9
     10        * qmake/qt_webkit.pri:
     11
    1122012-07-16  Thiago Marcos P. Santos  <thiago.santos@intel.com>
    213
  • trunk/Tools/qmake/qt_webkit.pri

    r121961 r122731  
    1313QT.webkit.sources = $$QT_MODULE_BASE
    1414QT.webkit.libs = $$QT_MODULE_LIB_BASE
    15 QT.webkit.depends = core gui opengl network xmlpatterns script
     15QT.webkit.depends = core gui opengl network
    1616
    1717!contains(QT_CONFIG, modular)|contains(QT_ELIGIBLE_MODULES, webkit) {
Note: See TracChangeset for help on using the changeset viewer.