Bug 51221 - [Qt] Compile with QT_NO_LIBRARY
Summary: [Qt] Compile with QT_NO_LIBRARY
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P3 Normal
Assignee: Nobody
URL:
Keywords: EasyFix, Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-12-16 16:30 PST by Laszlo Gombos
Modified: 2013-10-09 03:38 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2010-12-16 16:30:37 PST
QtWebKit does not compile with QT_NO_LIBRARY (or QT_NO_SETTING which in turn turns on QT_NO_LIBRARY). This is confusing as QT_NO_LIBRARY (and QT_NO_SETTING) are used as guards in QtWebKit code, so one might conclude that this is actually supported.

We should either remove all QT_NO_LIBRARY  guards or fix the QtWebKit build with QT_NO_LIBRARY defined (I say there is value in fixing the build).

This is a regression and got broken with the introduction of PlatfomPlugins.