aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-17 15:34:57 +0100
committerAnders Broman <a.broman58@gmail.com>2020-01-20 07:50:24 +0000
commita5abaa81ad9f71d25f3bc59904e5657d410268d4 (patch)
treeb7e9b5bb6ad581740c61e735daa91ae3fbf2422c /CMakeLists.txt
parent12a13a69264fdef4281e4b13c8c7d92a272cc99e (diff)
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@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f12c920109..134345501b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1087,7 +1087,6 @@ if(BUILD_wireshark)
Qt5LinguistTools
Qt5Multimedia
Qt5PrintSupport
- Qt5Svg
Qt5Widgets
)
if(APPLE)