[Webkit-unassigned] [Bug 14603] New: WebKitQt/WebCoreSupport is in INCLUDES for gdk-port
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 13 05:47:20 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14603
Summary: WebKitQt/WebCoreSupport is in INCLUDES for gdk-port
Product: WebKit
Version: 522+ (nightly)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P4
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: son.two at gmail.com
For some reasons WebKitQt/WebCoreSupport is added to INCLUDES unconditionally.
It looks like it shouldn't be. At least is not needed for gdk-port and, I
suspect, that Windows and Mac also do not need it.
Here is a possible fix for this:
--- WebCore/WebCore.pro (revision 24253)
+++ WebCore/WebCore.pro (working copy)
@@ -114,8 +114,8 @@
$$PWD/html \
$$PWD/bindings/js \
$$PWD/ksvg2 $$PWD/ksvg2/css $$PWD/ksvg2/svg $$PWD/ksvg2/misc
$$PWD/ksvg2/events \
- $$PWD/platform/image-decoders \
- $$PWD/../WebKitQt/WebCoreSupport
+ $$PWD/platform/image-decoders
+
QT += network
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list