⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 99276 in webkit


Ignore:
Timestamp:
Nov 4, 2011, 6:39:40 AM (15 years ago)
Author:
vestbo@webkit.org
Message:

[Qt] Ignore '-2' if passed to build-webkit. WebKit2 is now built by default.

Reviewed by Simon Hausmann.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r99275 r99276  
     12011-11-04  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
     2
     3        [Qt] Ignore '-2' if passed to build-webkit. WebKit2 is now built by default.
     4
     5        Reviewed by Simon Hausmann.
     6
     7        * Scripts/build-webkit:
     8
    192011-11-04  Carlos Garcia Campos  <cgarcia@igalia.com>
    210
  • trunk/Tools/Scripts/build-webkit

    r99274 r99276  
    545545    push @options, "--makeargs=" . $makeArgs if $makeArgs;
    546546    push @options, "--qmakearg=CONFIG+=no_webkit2" if $noWebKit2;
     547
     548    if (checkForArgumentAndRemoveFromARGV("-2")) {
     549        print "Note: WebKit2 is now built by default, you don't need to passs -2. Disable using --no-webkit2\n";
     550    }
     551
    547552    @options = (@ARGV, @options);
    548553
Note: See TracChangeset for help on using the changeset viewer.