Re: [Wireshark-dev] QT_MIN_VERSION

2014-08-08 Thread Alexis La Goutte
On Fri, Aug 8, 2014 at 7:45 AM, Michal Labedzki michal.labed...@tieto.com wrote: I use instead of styleName() and everything seems to be ok. What about use conditional define with QT version? However I vote for update to 4.8.0 On 7 August 2014 20:13, Christopher Maynard

Re: [Wireshark-dev] QT_MIN_VERSION

2014-08-08 Thread Maynard, Chris
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev- boun...@wireshark.org] On Behalf Of Michal Labedzki Sent: Friday, August 08, 2014 1:46 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] QT_MIN_VERSION I use instead

Re: [Wireshark-dev] QT_MIN_VERSION

2014-08-08 Thread Alexis La Goutte
for Wireshark Subject: Re: [Wireshark-dev] QT_MIN_VERSION I use instead of styleName() and everything seems to be ok. What about use conditional define with QT version? However I vote for update to 4.8.0 I would prefer not to do this, if at all possible, until at least the end

[Wireshark-dev] QT_MIN_VERSION

2014-08-07 Thread Christopher Maynard
configure.ac lists QT_MIN_VERSION as 4.6.0. Attempting to compile 1.12.0 on RHEL6 with qt-4.6.2-24.el6.x86_64 fails with: qt_ui_utils.cpp: In function 'void smooth_font_size(QFont)': qt_ui_utils.cpp:58: error: 'class QFont' has no member named 'styleName' Apparently styleName isn't available

Re: [Wireshark-dev] QT_MIN_VERSION

2014-08-07 Thread Michal Labedzki
I use instead of styleName() and everything seems to be ok. What about use conditional define with QT version? However I vote for update to 4.8.0 On 7 August 2014 20:13, Christopher Maynard christopher.mayn...@gtech.com wrote: configure.ac lists QT_MIN_VERSION as 4.6.0. Attempting to compile