Tor Arne Vestbø <tavestbo@trolltech.com>
Implemented channel-based logging for QtWebKit.
Comma-separated log channels are read from the QT_WEBKIT_LOG environment variable.
Warnings for notImplemented() is still output by default, but can be disabled
by setting DISABLE_NI_WARNINGS=1.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@32633 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 2cdf810..db27fef 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -1020,6 +1020,7 @@
platform/qt/SearchPopupMenuQt.cpp \
platform/qt/SharedTimerQt.cpp \
platform/qt/SoundQt.cpp \
+ platform/qt/LoggingQt.cpp \
platform/text/qt/StringQt.cpp \
platform/qt/TemporaryLinkStubs.cpp \
platform/text/qt/TextBoundaries.cpp \