Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] QT_MIN_VERSION

From: Christopher Maynard <Christopher.Maynard@xxxxxxxxx>
Date: Thu, 7 Aug 2014 18:13:05 +0000 (UTC)
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 until 4.8.0.

https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;
h=8afb6106f2fb565aff0ec9f00b3dcf7217ed5255

Ideas as to how best to fix these ... besides setting QT_MIN_VERSION to 4.8.0?