Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#7920 closed Bugs (fixed)

qt5: QtWebKitWidgets doesn't supplant QtWebKit

Reported by: frank.richter@… Owned by: Vladimir Prus
Milestone: To Be Determined Component: build
Version: Boost 1.53.0 Severity: Problem
Keywords: Cc:

Description

In Qt5, QtWebKitWidgets was split off QtWebKit. While the former contains the for some most interesting stuff (e.g. QWebView), the latter is still required for some classes (e.g. QWebSettings), thus both libs should be exposed.

The attached patch makes qt5.jam provide both libs.

Attachments (1)

qt5-webkitlibs.diff (3.3 KB ) - added by frank.richter@… 10 years ago.
Provide access to both QtWebKit and QtWebKitWidgets in /qt5

Download all attachments as: .zip

Change History (3)

by frank.richter@…, 10 years ago

Attachment: qt5-webkitlibs.diff added

Provide access to both QtWebKit and QtWebKitWidgets in /qt5

comment:1 by Jürgen Hunold, 10 years ago

Resolution: fixed
Status: newclosed

(In [82654]) Add support for QtWebkitWidgets. Fixes #7920

Thanks to Frank Richter for the patch.

comment:2 by Jürgen Hunold, 10 years ago

(In [82847]) Merge 82654,82655 from /trunk

------------------------------------------------------------------------ r82654 | jhunold | 2013-01-28 09:54:26 +0100 (Mo, 28 Jan 2013) | 3 lines

Add support for QtWebkitWidgets. Fixes #7920

Thanks to Frank Richter for the patch. ------------------------------------------------------------------------ r82655 | jhunold | 2013-01-28 09:54:39 +0100 (Mo, 28 Jan 2013) | 1 line

Fix QtTest test ------------------------------------------------------------------------

Note: See TracTickets for help on using tickets.