mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 10:05:32 +02:00
Find QtSvg explicitly
Silence CMake 3.0+
This commit is contained in:
@@ -121,6 +121,7 @@ if( NOT BUILD_WITH_QT4 )
|
|||||||
if( Qt5Core_DIR )
|
if( Qt5Core_DIR )
|
||||||
# CMAKE 2.8.13+/3.0.0+ requires these for IMPORTed targets
|
# CMAKE 2.8.13+/3.0.0+ requires these for IMPORTed targets
|
||||||
find_package(Qt5Concurrent REQUIRED)
|
find_package(Qt5Concurrent REQUIRED)
|
||||||
|
find_package(Qt5Svg REQUIRED)
|
||||||
find_package(Qt5UiTools REQUIRED)
|
find_package(Qt5UiTools REQUIRED)
|
||||||
find_package(Qt5WebKitWidgets REQUIRED)
|
find_package(Qt5WebKitWidgets REQUIRED)
|
||||||
find_package(Qt5Widgets REQUIRED)
|
find_package(Qt5Widgets REQUIRED)
|
||||||
|
Reference in New Issue
Block a user