diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b6e9810d40..38193d00685 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,7 +198,12 @@ if (${Qt5Core_VERSION_MAJOR} EQUAL "5") else() message(STATUS "If possible compile me with Qt 5.6 or higher.") endif() + if (${Qt5Core_VERSION_MINOR} EQUAL "9" OR ${Qt5Core_VERSION_MINOR} GREATER 9) + else() + message(STATUS "For HTTP2 use Qt 5.9.2 or higher.") + endif() endif() +message("Qt ${Qt5Core_VERSION} at ${Qt5Core_INCLUDE_DIRS}") if (APPLE) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")