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?



___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to