[Webkit-unassigned] [Bug 15614] [GTK] qmake based backends don't build on OS X

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 24 23:03:02 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15614


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #14 from mrowe at apple.com  2007-10-24 23:03 PDT -------
George Staikos wasn't happy with this change so he removed the "isQt()" portion
of the check.  From discussions on IRC I'm still not really clear *why* he was
so unhappy with it, but it seems that if we were to add an additional check to
verify that the qmake spec that will be used is the troublesome mac-xcode one
before setting it then he would be ok with it.  That would make the condition
roughly:

if ((isGtk() || isQt()) && isDarwin() && !$ENV{QMAKESPEC} &&
qmakeSpecIsMacXcode())

I had a quick look and wasn't sure how to determine what the default QMAKESPEC
value is, other than the awkward approach of :

readlink $(qmake -query QMAKE_MKSPECS)/default


I'm reopening this bug even though this is fixed from the Gtk point of view as
the original report talked about Qt primarily.


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



More information about the webkit-unassigned mailing list