[Webkit-unassigned] [Bug 29157] [Qt] Add the ability to specify the mkspec when building with qmake

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 03:06:05 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29157


Tor Arne Vestbø <vestbo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39387|review?(vestbo at webkit.org)  |review-
               Flag|                            |




--- Comment #5 from Tor Arne Vestbø <vestbo at webkit.org>  2009-10-05 03:06:05 PDT ---
(From update of attachment 39387)
Hmm, you should be able to set the spec already using --qmakearg="-spec
macx-llvm", or using the QMAKESPEC environment variable.

The only thing your patch does as far as I can tell is it makes sure we read
the correct spec when determining whether to use nmake or make to build.
If you want to support that I'd init the spec to $ENV{"QMAKESPEC"} || "default"
in buildQMakeProject() and then pull out the spec on line 1290 if the arg is
-spec, and then
pass that on to qtMakeCommand(). Also, you can do my ($qmakebin, $spec) = @_;

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list