1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 17:20:26 +02:00

Removed Qt5 warning. It's our default now.

This commit is contained in:
Christian Muehlhaeuser
2016-04-12 14:31:08 +02:00
parent 21bdb0bc89
commit 26ad51f4b8
2 changed files with 1 additions and 3 deletions

View File

@@ -3,8 +3,6 @@
set( TOMAHAWK_QT5 @TOMAHAWK_QT5@ )
if(TOMAHAWK_QT5)
message(STATUS "Found Qt5! Be aware that Qt5-support is still experimental and not officially supported!")
# CMAKE 2.8.13+/3.0.0+ requires these for IMPORTed targets
find_package(Qt5Core REQUIRED)
find_package(Qt5Concurrent REQUIRED)