summaryrefslogtreecommitdiff
blob: 4f151dbba21b696c727139a747cc05c531d4c09d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -910,14 +910,12 @@
 		Qt5LinguistTools
 		Qt5Multimedia
 		Qt5PrintSupport
-		Qt5Svg
 		Qt5Widgets
 	)
 	set(Qt5Core_OPTIONS REQUIRED)
 	set(Qt5LinguistTools_OPTIONS REQUIRED)
 	set(Qt5Multimedia_OPTIONS REQUIRED)
 	set(Qt5PrintSupport_OPTIONS REQUIRED)
-	set(Qt5Svg_OPTIONS REQUIRED)
 	set(Qt5Widgets_OPTIONS REQUIRED)
 	if (APPLE)
 		set(PACKAGELIST ${PACKAGELIST} Qt5MacExtras)
@@ -1187,11 +1185,6 @@
 		# That's the name autotools used
 		set(QT_MULTIMEDIA_LIB 1)
 	endif()
-	if(Qt5Svg_FOUND)
-		set (QT_LIBRARIES ${QT_LIBRARIES} ${Qt5Svg_LIBRARIES})
-		# That's the name autotools used
-		set(QT_SVG_LIB 1)
-	endif()
 	if(Qt5MacExtras_FOUND)
 		set (QT_LIBRARIES ${QT_LIBRARIES} ${Qt5MacExtras_LIBRARIES})
 		# That's the name autotools used