Changeset 82671 in webkit


Ignore:
Timestamp:
Apr 1, 2011 4:12:02 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-04-01 Keith Kyzivat <keith.kyzivat@nokia.com>

Reviewed by Laszlo Gombos.

[Qt] Build MiniBrowser for Symbian
https://bugs.webkit.org/show_bug.cgi?id=56319

Have MiniBrowser reference it's own copy of useragentlist.txt instead
of copying QtTestBrowser's.
Remove Tools/MiniBrowser/DerivedSources.pro
This reduces complexity in the Tools scripts due to Symbian limitations.

  • DerivedSources.pro:
  • MiniBrowser/DerivedSources.pro: Removed.
  • MiniBrowser/MiniBrowser.qrc:
  • MiniBrowser/qt/MiniBrowser.pro:
  • Scripts/webkitdirs.pm:
Location:
trunk/Tools
Files:
1 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r82649 r82671  
     12011-04-01  Keith Kyzivat  <keith.kyzivat@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt] Build MiniBrowser for Symbian
     6        https://bugs.webkit.org/show_bug.cgi?id=56319
     7
     8        Have MiniBrowser reference it's own copy of useragentlist.txt instead
     9        of copying QtTestBrowser's.
     10        Remove Tools/MiniBrowser/DerivedSources.pro
     11        This reduces complexity in the Tools scripts due to Symbian limitations.
     12
     13        * DerivedSources.pro:
     14        * MiniBrowser/DerivedSources.pro: Removed.
     15        * MiniBrowser/MiniBrowser.qrc:
     16        * MiniBrowser/qt/MiniBrowser.pro:
     17        * Scripts/webkitdirs.pm:
     18
    1192011-03-31  Chang Shu  <cshu@webkit.org>
    220
  • trunk/Tools/DerivedSources.pro

    r76496 r82671  
    33
    44SUBDIRS += \
    5     MiniBrowser/DerivedSources.pro \
    65    WebKitTestRunner/DerivedSources.pro
    76
  • trunk/Tools/MiniBrowser/qt/MiniBrowser.pro

    r82125 r82671  
    5959DEFINES -= QT_ASCII_CAST_WARNINGS
    6060
    61 # We copy the resource file to the build directory.
    62 # The copier is defined in Tools/MiniBrowser/DerivedSources.pro.
    63 RESOURCES += \
    64     $$OUTPUT_DIR/MiniBrowser/qt/MiniBrowser.qrc
     61# Use the MiniBrowser.qrc file from the sources.
     62RESOURCES += MiniBrowser.qrc
  • trunk/Tools/Scripts/webkitdirs.pm

    r82477 r82671  
    16461646                    die "Failed while running $qmakebin to generate derived sources for Tools!\n";
    16471647                }
    1648                 push @subdirs, "MiniBrowser";
    16491648                push @subdirs, "WebKitTestRunner";
    16501649            }
Note: See TracChangeset for help on using the changeset viewer.