Bug 19186

Summary: Remove usage of useQmake() from WebKitTools/Scripts
Product: WebKit Reporter: Jan Alonzo <jmalonzo>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Remove traces of useQmake
none
Updated per Darin's review darin: review+

Description Jan Alonzo 2008-05-22 06:13:37 PDT
Since http://trac.webkit.org/changeset/33518 (removal of gtk-port stuff from the qmake build), useQmake is now unnecessary.
Comment 1 Jan Alonzo 2008-05-22 06:15:33 PDT
Created attachment 21292 [details]
Remove traces of useQmake

This patch removes traces of useQmake and just use isQt() if necessary. Also fixes a couple of typo ("Web Kit")
Comment 2 Darin Adler 2008-05-22 09:16:08 PDT
Comment on attachment 21292 [details]
Remove traces of useQmake

-$productDir .= "/Programs" if (isGtk() && not useQmake());

That change seems to change behavior since useQmake() was false before. Why is it OK to change behavior here?

Patch otherwise looks great.
Comment 3 Jan Alonzo 2008-05-23 17:32:21 PDT
Created attachment 21323 [details]
Updated per Darin's review

Hi Darin

Thanks. I added the line again and applied the same to run-webkit-tests.

Cheers
Comment 4 Darin Adler 2008-05-23 17:50:30 PDT
Comment on attachment 21323 [details]
Updated per Darin's review

r=me
Comment 5 Jan Alonzo 2008-05-23 18:35:29 PDT
Thanks. Landed in r34099