On Oct 22, 2013, at 11:10 PM, Joerg Mayer <jmayer@xxxxxxxxx> wrote:
> On Wed, Oct 23, 2013 at 01:39:55AM +0000, guy@xxxxxxxxxxxxx wrote:
>> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52776
>>
>> User: guy
>> Date: 2013/10/23 01:39 AM
>>
>> Log:
>> First cut at having this handle Qt. Adds a TOOLKIT variable that you
>> set to "qt", "gtk2", or "gtk3".
>>
>> Work done on a machine with the command-line build tools, but not Full
>> Frontal Xcode, installed, so it couldn't build Qt, so it hasn't been
>> tested. It *has* been fixed to complain in that case, rather than
>> letting the Qt build fail with a somewhat less useful message talking
>> about Xcode licensing.
>
> While gtk2 and gtk3 were excluding each other (same features) qt and gtkx
> probably shouldn't.
OK, it can now build GTK+ 2 or 3 (but not both) along with Qt.