mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 15:16:34 +02:00
Silence problems with CMake 2.8.13+/3+
This commit is contained in:
@@ -117,7 +117,12 @@ endif()
|
|||||||
if( NOT BUILD_WITH_QT4 )
|
if( NOT BUILD_WITH_QT4 )
|
||||||
find_package(Qt5Core QUIET)
|
find_package(Qt5Core QUIET)
|
||||||
if( Qt5Core_DIR )
|
if( Qt5Core_DIR )
|
||||||
find_package(Qt5Widgets QUIET)
|
# CMAKE 2.8.13+/3.0.0+ requires these for IMPORTed targets
|
||||||
|
find_package(Qt5Concurrent REQUIRED)
|
||||||
|
find_package(Qt5UiTools REQUIRED)
|
||||||
|
find_package(Qt5WebKitWidgets REQUIRED)
|
||||||
|
find_package(Qt5Widgets REQUIRED)
|
||||||
|
find_package(Qt5Xml REQUIRED)
|
||||||
message(STATUS "Found Qt5! Be aware that Qt5-support is still experimental and not officially supported!")
|
message(STATUS "Found Qt5! Be aware that Qt5-support is still experimental and not officially supported!")
|
||||||
|
|
||||||
if( UNIX AND NOT APPLE )
|
if( UNIX AND NOT APPLE )
|
||||||
|
Reference in New Issue
Block a user