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)