[Qt] Compile WebCore without QtWidgets
Created attachment 129869 [details] Patch
Comment on attachment 129869 [details] Patch Looks correct to me so rs=me but maybe someone else wants to have a look.
Comment on attachment 129869 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=129869&action=review > Source/WebCore/WebCore.pri:199 > + !haveQt(5): QT *= opengl haveQt(4) ?
Comment on attachment 129869 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=129869&action=review >> Source/WebCore/WebCore.pri:199 >> + !haveQt(5): QT *= opengl > > haveQt(4) ? Good catch. Will fix when landing.
Committed r109552: <http://trac.webkit.org/changeset/109552>