[webkit-reviews] review granted: [Bug 51313] [Qt] Baseline qt_minimal configuration : [Attachment 76967] same as previous, but replace += to *= in WebKit.pri

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 22 10:31:38 PST 2010


Csaba Osztrogonac <ossy at webkit.org> has granted Laszlo Gombos
<laszlo.1.gombos at nokia.com>'s request for review:
Bug 51313: [Qt] Baseline qt_minimal configuration
https://bugs.webkit.org/show_bug.cgi?id=51313

Attachment 76967: same as previous, but replace += to *= in WebKit.pri
https://bugs.webkit.org/attachment.cgi?id=76967&action=review

------- Additional Comments from Csaba Osztrogonac <ossy at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=76967&action=review

Great patch, thanks for it. ;) Please fix typos and QT_NO_BEARERMANAGEMENT
before landing.
(I tested the patch, QtTestBrowser works fine.)

> ChangeLog:9
> +	   * WebKit.pri: List the supported QT_NO_FUTURE flags
> +	   under qt_minial configuration.

s/QT_NO_FUTURE/QT_NO_FEATURE
s/minial/minimal

> Tools/QtTestBrowser/launcherwindow.h:79
> +class QPropertyAnimation;
> +

Why do we need it?

> WebKit.pri:118
> +    DEFINES *= QT_NO_BEARERMANAGEMENT

To use QT_NO_BEARERMANAGEMENT we need one more little patch. Including of 
moc_NetworkStateNotifierPrivate.cpp should be inside the ENABLE(BEARER) guard:

diff --git a/WebCore/platform/network/qt/NetworkStateNotifierQt.cpp
b/WebCore/platform/network/qt/NetworkStateNotifierQt.cpp
index 959e74a..f3e7023 100644
--- a/WebCore/platform/network/qt/NetworkStateNotifierQt.cpp
+++ b/WebCore/platform/network/qt/NetworkStateNotifierQt.cpp
@@ -91,6 +91,6 @@ void NetworkStateNotifier::setNetworkAccessAllowed(bool
isAllowed)

 } // namespace WebCore

-#endif
-
 #include "moc_NetworkStateNotifierPrivate.cpp"
+
+#endif


More information about the webkit-reviews mailing list