Changeset 122731 in webkit
- Timestamp:
- Jul 16, 2012, 8:28:23 AM (13 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r122728 r122731 1 2012-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 1 12 2012-07-16 Thiago Marcos P. Santos <thiago.santos@intel.com> 2 13 -
trunk/Tools/qmake/qt_webkit.pri
r121961 r122731 13 13 QT.webkit.sources = $$QT_MODULE_BASE 14 14 QT.webkit.libs = $$QT_MODULE_LIB_BASE 15 QT.webkit.depends = core gui opengl network xmlpatterns script15 QT.webkit.depends = core gui opengl network 16 16 17 17 !contains(QT_CONFIG, modular)|contains(QT_ELIGIBLE_MODULES, webkit) {
Note:
See TracChangeset
for help on using the changeset viewer.