1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 16:14:40 +02:00

Find QtSvg explicitly

Silence CMake 3.0+
This commit is contained in:
Uwe L. Korn
2014-08-21 11:15:09 +01:00
parent b13a08cb05
commit c8cdc5a24c

View File

@@ -121,6 +121,7 @@ if( NOT BUILD_WITH_QT4 )
if( Qt5Core_DIR )
# CMAKE 2.8.13+/3.0.0+ requires these for IMPORTed targets
find_package(Qt5Concurrent REQUIRED)
find_package(Qt5Svg REQUIRED)
find_package(Qt5UiTools REQUIRED)
find_package(Qt5WebKitWidgets REQUIRED)
find_package(Qt5Widgets REQUIRED)