Bug 51221

Summary: [Qt] Compile with QT_NO_LIBRARY
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: benjamin, cmarcelo, laszlo.gombos
Priority: P3 Keywords: EasyFix, Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   

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.