Wireshark-commits: [Wireshark-commits] master a5abaa8: CMake: do not check for Qt5Svg at build time

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 20 Jan 2020 07:50:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a5abaa81ad9f71d25f3bc59904e5657d410268d4
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a5abaa8 by Jeroen Roovers (jer@xxxxxxxxxx):

    CMake: do not check for Qt5Svg at build time
    
    At runtime, the Qt5Svg library is required for displaying language icons
    at Preferences. Without this library, these icons will be invisible.
    However this does not require a build-time check, so remove it.
    
    Change-Id: I5aaf0282f941513c5e867d8591ddf1916aa408bc
    Reviewed-on: https://code.wireshark.org/review/35856
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  12a13a6   RTP: decode iLBC payload
     add  a5abaa8   CMake: do not check for Qt5Svg at build time


Summary of changes:
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)