From 26ad51f4b82373939cc2a9cec697083ba069c347 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 12 Apr 2016 14:31:08 +0200 Subject: [PATCH] Removed Qt5 warning. It's our default now. --- CMakeLists.txt | 2 +- TomahawkUse.cmake.in | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7be9889a2..cb7468f5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -179,7 +179,7 @@ if( NOT BUILD_WITH_QT4 ) set(HAVE_X11 FALSE) endif() - message(STATUS "Found Qt5! Be aware that Qt5-support is still experimental and not officially supported!") + message(STATUS "Found Qt5!") if( UNIX AND NOT APPLE ) # We need this to find the paths to qdbusxml2cpp and co diff --git a/TomahawkUse.cmake.in b/TomahawkUse.cmake.in index c162f8ec3..cb39fe219 100644 --- a/TomahawkUse.cmake.in +++ b/TomahawkUse.cmake.in @@ -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)