Wireshark-commits: [Wireshark-commits] master 9c3d81a: Officially require Qt 4.8 or newer

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Oct 2016 05:03:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9c3d81adde2d901a18fb0dc5a5dc2220f76cd920
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9c3d81a by Peter Wu (peter@xxxxxxxxxxxxx):

    Officially require Qt 4.8 or newer
    
    Since v2.3.0rc0-1002-g1cd2255, Qt 4.8 became mandatory, reflect this in
    the version requirements. This will not affect a lot of distributions
    (RHEL and SLES only had Qt 4.6).
    
    For a more complete list of supported platforms, see
    https://wiki.wireshark.org/Development/Support_library_version_tracking
    
    While at it, correct some other minimum versions in documentation.
    
    Change-Id: I11f2dfba72c75429f6838404a81ed3b3dc302d5f
    Reviewed-on: https://code.wireshark.org/review/18314
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d38ed8e   Put the SS7 PC name resolution feature in the release notes.
    adds  9c3d81a   Officially require Qt 4.8 or newer


Summary of changes:
 CMakeLists.txt                         |    2 +-
 configure.ac                           |   35 +++-----------------------------
 doc/README.developer                   |    9 ++++----
 ui/qt/font_color_preferences_frame.cpp |    6 ------
 ui/qt/proto_tree.cpp                   |    4 ----
 ui/qt/qt_ui_utils.cpp                  |    4 ----
 ui/qt/stock_icon.cpp                   |    4 ----
 7 files changed, 8 insertions(+), 56 deletions(-)