[Webkit-unassigned] [Bug 13499] [qmake] Make it possible to use qmake for other ports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 07:28:47 PDT 2007


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





------- Comment #21 from hausmann at kde.org  2007-05-03 07:28 PDT -------
I think the patch looks fine, although I have one suggestion for perhaps a
future patch: The duplicated qt-port lines could be simplified.

Old:
qt-port: FOO += BAR
qt-port: BLUB -= MEH
qt-port: SOME += MORE

New:

qt-port {
    FOO += BAR
    BLUB -= MEH
    SOME += MORE
}

I think that would look cleaner.


-- 
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