Title: [97956] trunk/Source/WebCore
Revision
97956
Author
commit-qu...@webkit.org
Date
2011-10-20 03:22:05 -0700 (Thu, 20 Oct 2011)

Log Message

Enable geolocation client based flag for Qt5
https://bugs.webkit.org/show_bug.cgi?id=70330

Patch by Adenilson Cavalcanti <adenilson.si...@openbossa.org> on 2011-10-20
Reviewed by Kenneth Rohde Christiansen.

This will enable client based geolocation for Qt5.

No new tests, this enables flags for Qt5.

* features.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97955 => 97956)


--- trunk/Source/WebCore/ChangeLog	2011-10-20 09:57:28 UTC (rev 97955)
+++ trunk/Source/WebCore/ChangeLog	2011-10-20 10:22:05 UTC (rev 97956)
@@ -1,3 +1,16 @@
+2011-10-20  Adenilson Cavalcanti  <adenilson.si...@openbossa.org>
+
+        Enable geolocation client based flag for Qt5
+        https://bugs.webkit.org/show_bug.cgi?id=70330
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        This will enable client based geolocation for Qt5.
+
+        No new tests, this enables flags for Qt5.
+
+        * features.pri:
+
 2011-10-20  Kentaro Hara  <hara...@chromium.org>
 
         Implement a MessageEvent constructor for V8

Modified: trunk/Source/WebCore/features.pri (97955 => 97956)


--- trunk/Source/WebCore/features.pri	2011-10-20 09:57:28 UTC (rev 97955)
+++ trunk/Source/WebCore/features.pri	2011-10-20 10:22:05 UTC (rev 97956)
@@ -120,7 +120,7 @@
 
 # geolocation support if QtMobility exists
 !contains(DEFINES, ENABLE_GEOLOCATION=.) {
-    contains(MOBILITY_CONFIG, location) {
+    contains(MOBILITY_CONFIG, location)|contains(QT_CONFIG, location) {
        DEFINES += ENABLE_GEOLOCATION=1
        DEFINES += ENABLE_CLIENT_BASED_GEOLOCATION=1
     }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to