Changeset 64349 in webkit


Ignore:
Timestamp:
Jul 30, 2010 4:32:15 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-30 Mahesh Kulkarni <mahesh.kulkarni@nokia.com>

Reviewed by Tor Arne Vestbø.

[QT][Symbian] QtTestBrowser missing location capabilities
https://bugs.webkit.org/show_bug.cgi?id=43235

QtTestBrowser missing capabilities to use QtMobility::QLocation.

  • QtTestBrowser/QtTestBrowser.pro:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r64333 r64349  
     12010-07-30  Mahesh Kulkarni  <mahesh.kulkarni@nokia.com>
     2
     3        Reviewed by Tor Arne Vestbø.
     4
     5        [QT][Symbian] QtTestBrowser missing location capabilities
     6        https://bugs.webkit.org/show_bug.cgi?id=43235
     7
     8        QtTestBrowser missing capabilities to use QtMobility::QLocation.
     9
     10        * QtTestBrowser/QtTestBrowser.pro:
     11
    1122010-07-29  Anders Carlsson  <andersca@apple.com>
    213
  • trunk/WebKitTools/QtTestBrowser/QtTestBrowser.pro

    r64291 r64349  
    4949symbian {
    5050    TARGET.UID3 = 0xA000E543
    51     TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     51    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices Location
    5252}
    5353
Note: See TracChangeset for help on using the changeset viewer.